#0F662C
A dark, vivid green closely aligning with Seagreen.
About #0F662C
The precise color #0F662C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(15, 102, 44).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 0% magenta, 57% yellow, and 60% black. With a hue angle of 140.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F662C
RGB15, 102, 44
HSL140.0°, 74.4%, 22.9%
CMYK85%, 0%, 57%, 60%
HSV140.0°, 85.3%, 40.0%
LAB37.5, -38.2, 25.8
XYZ5.4, 9.8, 4.0
Decimal1009196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.10:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.79:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F662C;
}
.text-color {
color: #0F662C;
}
.border-color {
border: 2px solid #0F662C;
}