#073A24
A very dark, vivid green closely aligning with Darkslategray.
About #073A24
Visually, #073A24 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(7, 58, 36).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. The HSL representation is 154.1° hue, 78.5% saturation, and 12.7% lightness.
When using this color as a background, text legibility must be considered. 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#073A24
RGB7, 58, 36
HSL154.1°, 78.5%, 12.7%
CMYK88%, 0%, 38%, 77%
HSV154.1°, 87.9%, 22.7%
LAB20.8, -22.6, 9.1
XYZ1.9, 3.2, 2.2
Decimal473636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.81:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.24:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A24;
}
.text-color {
color: #073A24;
}
.border-color {
border: 2px solid #073A24;
}