#0F5F2C
A dark, vivid green closely aligning with Seagreen.
About #0F5F2C
When working with digital screens, the color #0F5F2C is rendered by mixing light. 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 15, 95, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 84% Cyan, 0% Magenta, 54% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F5F2C
RGB15, 95, 44
HSL141.8°, 72.7%, 21.6%
CMYK84%, 0%, 54%, 63%
HSV141.8°, 84.2%, 37.3%
LAB34.9, -35.5, 22.7
XYZ4.7, 8.5, 3.8
Decimal1007404
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: #0F5F2C;
}
.text-color {
color: #0F5F2C;
}
.border-color {
border: 2px solid #0F5F2C;
}