#0F2C1D
A very dark, moderate green closely aligning with Darkslategray.
About #0F2C1D
When working with digital screens, the color #0F2C1D is rendered by mixing light. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(15, 44, 29).
Translating this color to physical media requires the CMYK color model. The color uses 66% Cyan, 0% Magenta, 34% Yellow, and 83% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F2C1D
RGB15, 44, 29
HSL149.0°, 49.2%, 11.6%
CMYK66%, 0%, 34%, 83%
HSV149.0°, 65.9%, 17.3%
LAB15.4, -15.4, 6.5
XYZ1.3, 2.0, 1.5
Decimal994333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.02:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.35:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2C1D;
}
.text-color {
color: #0F2C1D;
}
.border-color {
border: 2px solid #0F2C1D;
}