Dark forest green to RGB

Color Code

#002d04
Format Value
HEX #002d04
RGB rgb(0, 45, 4)
HSL hsl(125.3, 100%, 8.8%)
CMYK cmyk(100%, 0%, 91.1%, 82.4%)
HSV hsv(125.3, 100%, 17.6%)

dark forest green color harmonies

Tints & shades of dark forest green

Tints (lighter)

#17401b #2e5332 #466648 #5d795f #748c76 #8ba08d #a2b3a4 #b9c6bb #d1d9d1 #e8ece8

Shades (darker)

#002904 #002503 #002103 #001d03 #001902 #001402 #001001 #000c01 #000801 #000400

Contrast & accessibility

The quick brown fox

On white · 15.25:1 · AAA

The quick brown fox

On black · 1.38:1 · Fail

Recommended text color: #ffffff

Use dark forest green in code

CSS color: #002d04;
SCSS $color: #002d04;
Tailwind bg-[#002d04]
Swift UIColor(red: 0.000, green: 0.176, blue: 0.016, alpha: 1)
Android Color.parseColor("#002d04")
Flutter Color(0xFF002D04)

Colors similar to dark forest green

Browse all Green colors →

What is the RGB code for dark forest green?

The CSS color dark forest green in RGB format is rgb(0, 45, 4). Use this value directly in CSS, SVG, and most design tools.

How do I use dark forest green in CSS?

To apply dark forest green in CSS:

  • Text color: color: rgb(0, 45, 4);
  • Background: background-color: rgb(0, 45, 4);
  • Border: border-color: rgb(0, 45, 4);

What are all the color format values for dark forest green?

FormatValue
HEX#002d04
RGBrgb(0, 45, 4)
HSLhsl(125.3, 100%, 8.8%)
CMYKcmyk(100%, 0%, 91.1%, 82.4%)

How do I convert dark forest green to RGB?

Select dark forest green from the color name list in our color converter. The RGB value — rgb(0, 45, 4) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark forest green belong to?

dark forest green belongs to the near-black color family. It is a dark, vivid color with HSL values: hue 125.3°, saturation 100%, lightness 8.8%.

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

Lighter variant (lightness 23.8%): #00790b. Darker variant (lightness 5%): #001902. 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.