Evergreen to RGB — Color Code

#05472a
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%)
HSV hsv(153.6, 93%, 27.8%)

evergreen color harmonies

Tints & shades of evergreen

Tints (lighter)

#1c583d #326851 #497964 #608a77 #779b8b #8dab9e #a4bcb2 #bbcdc5 #d2ded8 #e8eeec

Shades (darker)

#054126 #043a22 #04341f #032d1b #032717 #022013 #021a0f #01130b #010d08 #000604

Contrast & accessibility

The quick brown fox

On white · 10.82:1 · AAA

The quick brown fox

On black · 1.94:1 · Fail

Recommended text color: #ffffff

Use evergreen in code

CSS color: #05472a;
SCSS $color: #05472a;
Tailwind bg-[#05472a]
Swift UIColor(red: 0.020, green: 0.278, blue: 0.165, alpha: 1)
Android Color.parseColor("#05472a")
Flutter Color(0xFF05472A)

Colors similar to evergreen

Browse all Green colors →

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.