#0F502C
A very dark, moderate green closely aligning with Darkolivegreen.
About #0F502C
When working with digital screens, the color #0F502C is rendered by mixing light. Its closest recognized web color is Darkolivegreen. Its digital footprint relies on 15 parts red, 80 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 0% Magenta, 45% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0F502C
RGB15, 80, 44
HSL146.8°, 68.4%, 18.6%
CMYK81%, 0%, 45%, 69%
HSV146.8°, 81.2%, 31.4%
LAB29.5, -29.3, 15.7
XYZ3.5, 6.0, 3.4
Decimal1003564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.53:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F502C;
}
.text-color {
color: #0F502C;
}
.border-color {
border: 2px solid #0F502C;
}