#00751D
A dark, vivid green closely aligning with Darkgreen.
About #00751D
At its core, #00751D is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 117, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 75% Yellow, and 54% Black. With a hue angle of 134.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00751D
RGB0, 117, 29
HSL134.9°, 100.0%, 22.9%
CMYK100%, 0%, 75%, 54%
HSV134.9°, 100.0%, 45.9%
LAB42.5, -46.7, 38.5
XYZ6.6, 12.8, 3.3
Decimal29981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.63:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #00751D;
}
.text-color {
color: #00751D;
}
.border-color {
border: 2px solid #00751D;
}