#0F5F24
A dark, vivid green closely aligning with Darkgreen.
About #0F5F24
The precise color #0F5F24 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkgreen. This translates to an RGB value of rgb(15, 95, 36).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 84% Cyan, 0% Magenta, 62% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F5F24
RGB15, 95, 36
HSL135.8°, 72.7%, 21.6%
CMYK84%, 0%, 62%, 63%
HSV135.8°, 84.2%, 37.3%
LAB34.8, -36.8, 26.9
XYZ4.6, 8.4, 3.1
Decimal1007396
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.83:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.48:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F24;
}
.text-color {
color: #0F5F24;
}
.border-color {
border: 2px solid #0F5F24;
}