Skip to contents

mun_2 provides the 12 secondary colors of the Memorial University of Newfoundland (MUN), Canada.

Usage

mun_2

Format

An object of class character of length 12.

Source

Color definitions are based on the Brand standard manual (PDF).

Value

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

Details

The 12 secondary colors of MUN are "rodamine_red" (defined as RGB 225/0/152, HEX #E10098), "PMS_185" (defined as RGB 228/0/43, HEX #E4002B), "orange_021" (defined as RGB 254/80/0, HEX #FE5000), "PMS_1235" (defined as RGB 255/184/28, HEX #FFB81C), "yellow_mun" (defined as RGB 255/221/0, HEX #FEDD00), "PMS_396" (defined as RGB 225/224/0, HEX #E1E000), "PMS_368" (defined as RGB 120/190/32, HEX #78BE20), "PMS_3275" (defined as RGB 0/179/152, HEX #00B398), "PMS_3125" (defined as RGB 0/174/199, HEX #00AEC7), "PMS_2727" (defined as RGB 48/127/226, HEX #307FE2), "PMS_2736" (defined as RGB 48/127/170, HEX #1E22AA), and "purple_mun" (defined as RGB 187/41/187, HEX #BB29BB).

mun_2 uses the HEX color definitions.

The RGB and HEX definitions differ numerically for the "PMS_2736" , yet are visually indistinguishable. Our color palette is based on the HEX definition.

Author

unicol, 2023-12-07.

Examples

mun_2
#> rodamine_red      PMS_185   orange_021     PMS_1235   yellow_mun      PMS_396 
#>    "#E10098"    "#E4002B"    "#FE5000"    "#FFB81C"    "#FEDD00"    "#E1E000" 
#>      PMS_368     PMS_3275     PMS_3125     PMS_2727     PMS_2736   purple_mun 
#>    "#78BE20"    "#00B398"    "#00AEC7"    "#307FE2"    "#1E22AA"    "#BB29BB" 
unikn::seecol(mun_1, 
              main = "Memorial University of Newfoundland 2") # view color palette