Evergreen to RGB — Color Code

RGB

rgb(5, 71, 42)

Format Value
HEX #05472a
RGB rgb(5, 71, 42)
HSL hsl(153.6, 86.8%, 14.9%)
CMYK cmyk(93%, 0%, 40.8%, 72.2%)

What is the RGB code for evergreen?

The CSS color evergreen in RGB format is rgb(5, 71, 42). Use this value directly in CSS, SVG, and most design tools.

How do I use evergreen in CSS?

To apply evergreen in CSS:

  • Text color: color: rgb(5, 71, 42);
  • Background: background-color: rgb(5, 71, 42);
  • Border: border-color: rgb(5, 71, 42);

What are all the color format values for evergreen?

FormatValue
HEX#05472a
RGBrgb(5, 71, 42)
HSLhsl(153.6, 86.8%, 14.9%)
CMYKcmyk(93%, 0%, 40.8%, 72.2%)

How do I convert evergreen to RGB?

Select evergreen from the color name list in our color converter. The RGB value — rgb(5, 71, 42) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does evergreen belong to?

evergreen belongs to the green color family. It is a dark, vivid color with HSL values: hue 153.6°, saturation 86.8%, lightness 14.9%.

How do I create lighter and darker shades of evergreen?

Lighter variant (lightness 29.9%): #0a8e54. Darker variant (lightness 5%): #02180e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.