Skip to contents

monash_2 provides the nine secondary colors of Monash University, USA.

Usage

monash_2

Format

An object of class character of length 9.

Source

Color definitions are based on the Color manual.

Value

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

Details

The 9 secondary colors are "blue" (defined as HEX #00739d), "purple" (defined as HEX #6f64a9), "fuchsia" (defined as HEX #c90095), "ruby" (defined as HEX #c800d9), "red" (defined as HEX #df0021), "orange" (defined as HEX #c33603), "umber" (defined as HEX #795548), "olive" (defined as HEX #616d3a), and "green" (defined as HEX #006f29).

monash_2 uses HEX color definitions.

In accordance with the Web Content Accessibility Guide (WCAG) AA standards, the secondary colors have been approved for online use with white text overlay.

Author

unicol, 2023-06-16.

Examples

monash_2
#>      blue    purple   fuchsia      ruby       red    orange     umber     olive 
#> "#00739d" "#6f64a9" "#c90095" "#c800d9" "#df0021" "#c33603" "#795548" "#616d3a" 
#>     green 
#> "#006f29" 
unikn::seecol(monash_2, main = "Secondary colors of Monash University") # view color palette