#002C16
A very dark, vivid neutral closely aligning with Darkslategray.
About #002C16
The hex code #002C16 represents a beautifully specific shade of neutral. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(0, 44, 22).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 150.0° hue, 100.0% saturation, and 8.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#002C16
RGB0, 44, 22
HSL150.0°, 100.0%, 8.6%
CMYK100%, 0%, 50%, 83%
HSV150.0°, 100.0%, 17.3%
LAB14.7, -21.3, 10.2
XYZ1.0, 1.9, 1.1
Decimal11286
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.31:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.63:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002C16;
}
.text-color {
color: #002C16;
}
.border-color {
border: 2px solid #002C16;
}