#005707
A very dark, vivid green closely aligning with Darkgreen.
About #005707
The hex code #005707 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 87, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 92% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#005707
RGB0, 87, 7
HSL124.8°, 100.0%, 17.1%
CMYK100%, 0%, 92%, 66%
HSV124.8°, 100.0%, 34.1%
LAB31.4, -38.9, 35.6
XYZ3.4, 6.8, 1.3
Decimal22279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.87:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.48:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005707;
}
.text-color {
color: #005707;
}
.border-color {
border: 2px solid #005707;
}