#0F573A
A dark, vivid green closely aligning with Darkslategray.
About #0F573A
The hex code #0F573A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(15, 87, 58).
If you are designing for print, the four-color process is what matters most. The color uses 83% Cyan, 0% Magenta, 33% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F573A
RGB15, 87, 58
HSL155.8°, 70.6%, 20.0%
CMYK83%, 0%, 33%, 66%
HSV155.8°, 82.8%, 34.1%
LAB32.3, -29.1, 10.9
XYZ4.4, 7.2, 5.2
Decimal1005370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.59:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.21:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F573A;
}
.text-color {
color: #0F573A;
}
.border-color {
border: 2px solid #0F573A;
}