#0F570F
A dark, vivid green closely aligning with Darkgreen.
About #0F570F
The hex code #0F570F represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(15, 87, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 83% C, 0% M, 83% Y, and 66% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F570F
RGB15, 87, 15
HSL120.0°, 70.6%, 20.0%
CMYK83%, 0%, 83%, 66%
HSV120.0°, 82.8%, 34.1%
LAB31.7, -36.3, 33.3
XYZ3.7, 7.0, 1.6
Decimal1005327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.78:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.40:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F570F;
}
.text-color {
color: #0F570F;
}
.border-color {
border: 2px solid #0F570F;
}