#498307
A dark, vivid green closely aligning with Olivedrab.
About #498307
When working with digital screens, the color #498307 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 131, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 44% C, 0% M, 95% Y, and 49% K. With a hue angle of 88.1 degrees, it sits comfortably in the green spectrum.
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#498307
RGB73, 131, 7
HSL88.1°, 89.9%, 27.1%
CMYK44%, 0%, 95%, 49%
HSV88.1°, 94.7%, 51.4%
LAB49.1, -37.6, 51.6
XYZ10.9, 17.7, 3.0
Decimal4817671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #498307;
}
.text-color {
color: #498307;
}
.border-color {
border: 2px solid #498307;
}