#0F240F
A very dark, moderate green closely aligning with Black.
About #0F240F
When working with digital screens, the color #0F240F is rendered by mixing light. Its closest recognized web color is Black. This translates to an RGB value of rgb(15, 36, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 58% C, 0% M, 58% Y, and 86% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#0F240F
RGB15, 36, 15
HSL120.0°, 41.2%, 10.0%
CMYK58%, 0%, 58%, 86%
HSV120.0°, 58.3%, 14.1%
LAB11.9, -14.1, 11.0
XYZ0.9, 1.4, 0.7
Decimal992271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.41:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.69:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F240F;
}
.text-color {
color: #0F240F;
}
.border-color {
border: 2px solid #0F240F;
}