#0F7549
A dark, vivid green closely aligning with Seagreen.
About #0F7549
Visually, #0F7549 is defined as a vivid green. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 15 red, 117 green, and 73 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 87% cyan, 0% magenta, 38% yellow, and 54% black. With a hue angle of 154.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#0F7549
RGB15, 117, 73
HSL154.1°, 77.3%, 25.9%
CMYK87%, 0%, 38%, 54%
HSV154.1°, 87.2%, 45.9%
LAB43.2, -38.3, 16.8
XYZ7.8, 13.3, 8.5
Decimal1013065
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7549;
}
.text-color {
color: #0F7549;
}
.border-color {
border: 2px solid #0F7549;
}