Dark green Color — HEX, RGB, HSL & CMYK Codes

#033500
Format Value
HEX #033500
RGB rgb(3, 53, 0)
HSL hsl(116.6, 100%, 10.4%)
CMYK cmyk(94.3%, 0%, 100%, 79.2%)
HSV hsv(116.6, 100%, 20.8%)

dark green color harmonies

Tints & shades of dark green

Tints (lighter)

#1a4717 #315a2e #486c46 #5f7e5d #769174 #8ca38b #a3b6a2 #bac8b9 #d1dad1 #e8ede8

Shades (darker)

#033000 #022b00 #022700 #022200 #021d00 #011800 #011300 #010e00 #010a00 #000500

Contrast & accessibility

The quick brown fox

On white · 13.88:1 · AAA

The quick brown fox

On black · 1.51:1 · Fail

Recommended text color: #ffffff

Use dark green in code

CSS color: #033500;
SCSS $color: #033500;
Tailwind bg-[#033500]
Swift UIColor(red: 0.012, green: 0.208, blue: 0.000, alpha: 1)
Android Color.parseColor("#033500")
Flutter Color(0xFF033500)

Colors similar to dark green

Browse all Green colors →

What is the HEX code for dark green?

The CSS color dark green in HEX format is #033500. Use this value directly in CSS, SVG, and most design tools.

How do I use dark green in CSS?

To apply dark green in CSS:

  • Text color: color: #033500;
  • Background: background-color: #033500;
  • Border: border-color: #033500;

What are all the color format values for dark green?

FormatValue
HEX#033500
RGBrgb(3, 53, 0)
HSLhsl(116.6, 100%, 10.4%)
CMYKcmyk(94.3%, 0%, 100%, 79.2%)

How do I convert dark green to HEX?

Select dark green from the color name list in our color converter. The HEX value — #033500 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark green belong to?

dark green belongs to the green color family. It is a dark, vivid color with HSL values: hue 116.6°, saturation 100%, lightness 10.4%.

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

Lighter variant (lightness 25.4%): #078200. Darker variant (lightness 5%): #011900. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.