UNHCR green color palette. GREEN: CMYK 90 0 52 0 / RGB 0 179 152 / HEX #00B398 pal_green provides an additional UNHCR color palette as a data frame containing 6 colors (shades of green).

See https://media.unhcr.org/archive/Data-visualisation-colour-palette-2CZ7A2HOVFP9.html for details.

unhcr_pal_green

Format

An object of class data.frame with 1 rows and 6 columns.

See also

unhcr_pal for the UNHCR default color palette with all 5 colors of unhcr_pal_blue; unhcr_pal_primary for a UNHCR color palette with primary colors; seecol to show color palettes; usecol to use color palettes.

Other color palettes: unhcr_pal_blue, unhcr_pal_darkblue, unhcr_pal_graphic, unhcr_pal_grey, unhcr_pal_primary, unhcr_pal_red, unhcr_pal_yellow, unhcr_pal

Examples

{ unhcr_pal_green dim(unhcr_pal_green) # 1 6 unhcr_pal_green[5] # preferred (named) color "green5" unhcr_pal_green[[5]] # preferred color "green5" OR "#00B398" # Plotting palette: seecol(unhcr_pal_green) }