#0F2416
A very dark, moderate green closely aligning with Black.
About #0F2416
Visually, #0F2416 is defined as a moderate green. Its closest recognized web color is Black. This translates to an RGB value of rgb(15, 36, 22).
For print applications, it's crucial to understand its CMYK makeup. The color uses 58% Cyan, 0% Magenta, 39% Yellow, and 86% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F2416
RGB15, 36, 22
HSL140.0°, 41.2%, 10.0%
CMYK58%, 0%, 39%, 86%
HSV140.0°, 58.3%, 14.1%
LAB12.1, -12.6, 6.8
XYZ1.0, 1.4, 1.0
Decimal992278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.35:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.63:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2416;
}
.text-color {
color: #0F2416;
}
.border-color {
border: 2px solid #0F2416;
}