| groningen_2 {unicol} | R Documentation |
Secondary colors of the University of Groningen, Netherlands
Description
groningen_2 provides the six secondary colors
of the University of Groningen, Netherlands.
Usage
groningen_2
Format
An object of class character of length 6.
Details
The 6 secondary colors are
"RUG cyan" (defined as RGB 0 156 239),
"RUG purple" (defined as RGB 119, 45, 107),
"RUG green" (defined as RGB 96, 182, 105),
"RUG pink" (defined as RGB 236, 101, 129),
"RUG aqua" (defined as RGB 53, 182, 180), and
"RUG yellow" (defined as RGB 255, 220, 100).
groningen_1 uses the RGB color definitions.
Value
A named vector of colors (HEX/HTML codes of type character).
Author(s)
P. M. Santos to unicol, 2023-08-17.
Source
Color definitions are based on UGroningen's House style specifications.
See Also
groningen_1 for RUG's primary color palette;
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 Dutch university color palettes:
groningen_1
Examples
groningen_2
unikn::seecol(groningen_2, main = "Secondary colors of the University of Groningen, NL")
# unikn::demopal(groningen_2, main = "Illustrating the secondary colors of Groningen 2") # demo