#073A2C
A very dark, vivid green closely aligning with Darkslategray.
About #073A2C
At its core, #073A2C is a very dark and vivid hue. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(7, 58, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 0% M, 24% Y, and 77% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#073A2C
RGB7, 58, 44
HSL163.5°, 78.5%, 12.7%
CMYK88%, 0%, 24%, 77%
HSV163.5°, 87.9%, 22.7%
LAB21.0, -20.3, 4.1
XYZ2.1, 3.3, 2.9
Decimal473644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.72:1
Text on #FFFFFF
AAA
1.65:1
Text on #000000
FAIL
12.16:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A2C;
}
.text-color {
color: #073A2C;
}
.border-color {
border: 2px solid #073A2C;
}