#075F33
A dark, vivid green closely aligning with Seagreen.
About #075F33
The precise color #075F33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 95, and 51.
If you are designing for print, the four-color process is what matters most. The color uses 93% Cyan, 0% Magenta, 46% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#075F33
RGB7, 95, 51
HSL150.0°, 86.3%, 20.0%
CMYK93%, 0%, 46%, 63%
HSV150.0°, 92.6%, 37.3%
LAB34.9, -35.0, 18.6
XYZ4.8, 8.5, 4.5
Decimal483123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.80:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.45:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F33;
}
.text-color {
color: #075F33;
}
.border-color {
border: 2px solid #075F33;
}