| otago {unicol} | R Documentation |
Colours of the University of Otago, NZ
Description
otago provides the four screen colours
of the University of Otago, New Zealand.
Usage
otago
Format
An object of class character of length 4.
Details
The four screen colours are
Otago blue defined as R: 0, G: 80, B: 143 or HEX "#00508F",
Otago gold defined as R: 250, G: 198, B: 0 or HEX "#f9c013",
Otago red defined as R: 198, G: 53, B: 29 or HEX "#ce2227", and
Otago black defined as R: 0, G: 0, B: 0 or HEX "#1b1c20".
otago uses the HEX color definitions.
Value
A named vector of colors (HEX/HTML codes of type character).
Author(s)
unicol, 2023-09-08.
Source
Color definitions are based on the UOtago's Brand guide.
See Also
seecol for viewing and comparing color palettes;
usecol for using color palettes;
simcol for finding similar colors;
newpal for defining new color palettes;
grepal for finding named colors.
Other New Zealand university color palettes:
auckland_1,
auckland_2,
waikato
Examples
otago
unikn::seecol(otago, main = "Colours of the University of Otago, NZ") # view color palette