#004933
A very dark, vivid green closely aligning with Darkslategray.
About #004933
Visually, #004933 is defined as a vivid green. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 73, and 51.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 30% yellow, and 71% black. The HSL representation is 161.9° hue, 100.0% saturation, and 14.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#004933
RGB0, 73, 51
HSL161.9°, 100.0%, 14.3%
CMYK100%, 0%, 30%, 71%
HSV161.9°, 100.0%, 28.6%
LAB26.7, -26.6, 7.5
XYZ3.0, 5.0, 3.9
Decimal18739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.50:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.03:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004933;
}
.text-color {
color: #004933;
}
.border-color {
border: 2px solid #004933;
}