#0F5F42
A dark, vivid green closely aligning with Seagreen.
About #0F5F42
At its core, #0F5F42 is a dark and vivid hue. Its closest recognized web color is Seagreen. In the RGB color space, it consists of 15 red, 95 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 84% C, 0% M, 31% Y, and 63% K. With a hue angle of 158.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F5F42
RGB15, 95, 66
HSL158.3°, 72.7%, 21.6%
CMYK84%, 0%, 31%, 63%
HSV158.3°, 84.2%, 37.3%
LAB35.4, -30.7, 10.2
XYZ5.3, 8.7, 6.6
Decimal1007426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.68:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.34:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F42;
}
.text-color {
color: #0F5F42;
}
.border-color {
border: 2px solid #0F5F42;
}