#0F2C16
A very dark, moderate green closely aligning with Darkslategray.
About #0F2C16
Visually, #0F2C16 is defined as a moderate green. Designers often compare it to the standard color Darkslategray. Its digital footprint relies on 15 parts red, 44 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 66% cyan, 0% magenta, 50% yellow, and 83% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#0F2C16
RGB15, 44, 22
HSL134.5°, 49.2%, 11.6%
CMYK66%, 0%, 50%, 83%
HSV134.5°, 65.9%, 17.3%
LAB15.3, -17.0, 11.1
XYZ1.2, 2.0, 1.1
Decimal994326
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.08:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.42:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2C16;
}
.text-color {
color: #0F2C16;
}
.border-color {
border: 2px solid #0F2C16;
}