#0F3324
A very dark, moderate green closely aligning with Darkslategray.
About #0F3324
Visually, #0F3324 is defined as a moderate green. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 15 red, 51 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 71% Cyan, 0% Magenta, 29% Yellow, and 80% Black. The HSL representation is 155.0° hue, 54.5% saturation, and 12.9% lightness.
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#0F3324
RGB15, 51, 36
HSL155.0°, 54.5%, 12.9%
CMYK71%, 0%, 29%, 80%
HSV155.0°, 70.6%, 20.0%
LAB18.3, -17.3, 5.8
XYZ1.7, 2.6, 2.1
Decimal996132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.82:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.21:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3324;
}
.text-color {
color: #0F3324;
}
.border-color {
border: 2px solid #0F3324;
}