#0F5F07
A dark, vivid green closely aligning with Darkgreen.
About #0F5F07
At its core, #0F5F07 is a dark and vivid hue. Its closest recognized web color is Darkgreen. This translates to an RGB value of rgb(15, 95, 7).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 84% cyan and 0% magenta inks. The HSL representation is 114.5° hue, 86.3% saturation, and 20.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#0F5F07
RGB15, 95, 7
HSL114.5°, 86.3%, 20.0%
CMYK84%, 0%, 93%, 63%
HSV114.5°, 92.6%, 37.3%
LAB34.6, -39.6, 38.5
XYZ4.3, 8.3, 1.6
Decimal1007367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.89:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.54:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F07;
}
.text-color {
color: #0F5F07;
}
.border-color {
border: 2px solid #0F5F07;
}