groningen_1 provides the three primary colors
of the University of Groningen, Netherlands.
Source
Color definitions are based on UGroningen's House style specifications.
Details
The 4 primary colors are
"RUG red" (defined as RGB 220 0 45 or HEX "#dc002d"),
"white" (defined as RGB 220 0 45 or HEX "#FFFFFF"), and
"black" (defined as RGB 0 0 0 or HEX "#000000").
groningen_1 uses the RGB color definitions.
See also
groningen_2 for RUG's secondary 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_2
Examples
groningen_1
#> RUG red white black
#> "#DC002D" "#FFFFFF" "#000000"
unikn::seecol(groningen_1, col_bg = "grey90",
main = "Primary colors of the University of Groningen") # view palette
# unikn::demopal(groningen_1, main = "Illustrating the colors of Groningen") # demo
