Forest green to RGB — Color Code

#06470c
Format Value
HEX #06470c
RGB rgb(6, 71, 12)
HSL hsl(125.5, 84.4%, 15.1%)
CMYK cmyk(91.5%, 0%, 83.1%, 72.2%)
HSV hsv(125.5, 91.5%, 27.8%)

forest green color harmonies

Tints & shades of forest green

Tints (lighter)

#1d5822 #336838 #4a794e #618a64 #779b7a #8eab91 #a4bca7 #bbcdbd #d2ded3 #e8eee9

Shades (darker)

#05410b #053a0a #043409 #042d08 #032707 #032005 #021a04 #021303 #010d02 #010601

Contrast & accessibility

The quick brown fox

On white · 10.97:1 · AAA

The quick brown fox

On black · 1.91:1 · Fail

Recommended text color: #ffffff

Use forest green in code

CSS color: #06470c;
SCSS $color: #06470c;
Tailwind bg-[#06470c]
Swift UIColor(red: 0.024, green: 0.278, blue: 0.047, alpha: 1)
Android Color.parseColor("#06470c")
Flutter Color(0xFF06470C)

Colors similar to forest green

Browse all Green colors →

What is the RGB code for forest green?

The CSS color forest green in RGB format is rgb(6, 71, 12). Use this value directly in CSS, SVG, and most design tools.

How do I use forest green in CSS?

To apply forest green in CSS:

  • Text color: color: rgb(6, 71, 12);
  • Background: background-color: rgb(6, 71, 12);
  • Border: border-color: rgb(6, 71, 12);

What are all the color format values for forest green?

FormatValue
HEX#06470c
RGBrgb(6, 71, 12)
HSLhsl(125.5, 84.4%, 15.1%)
CMYKcmyk(91.5%, 0%, 83.1%, 72.2%)

How do I convert forest green to RGB?

Select forest green from the color name list in our color converter. The RGB value — rgb(6, 71, 12) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does forest green belong to?

forest green belongs to the green color family. It is a dark, vivid color with HSL values: hue 125.5°, saturation 84.4%, lightness 15.1%.

How do I create lighter and darker shades of forest green?

Lighter variant (lightness 30.1%): #0c8e18. Darker variant (lightness 5%): #021804. 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.