Learn R Programming

unicol (version 0.3.0)

groningen_2: 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

Arguments

Value

A named vector of colors (HEX/HTML codes of type character).

Format

An object of class character of length 6.

Author

P. M. Santos to unicol, 2023-08-17.

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.

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

Run this code
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

Run the code above in your browser using DataLab