#005F3A
A very dark, vivid green closely aligning with Seagreen.
About #005F3A
When working with digital screens, the color #005F3A is rendered by mixing light. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 95, and 58.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 39% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
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#005F3A
RGB0, 95, 58
HSL156.6°, 100.0%, 18.6%
CMYK100%, 0%, 39%, 63%
HSV156.6°, 100.0%, 37.3%
LAB35.0, -34.2, 14.5
XYZ4.9, 8.5, 5.4
Decimal24378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.44:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F3A;
}
.text-color {
color: #005F3A;
}
.border-color {
border: 2px solid #005F3A;
}