#498300
A dark, vivid green closely aligning with Olivedrab.
About #498300
At its core, #498300 is a dark and vivid hue. 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 0.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 44% cyan, 0% magenta, 100% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#498300
RGB73, 131, 0
HSL86.6°, 100.0%, 25.7%
CMYK44%, 0%, 100%, 49%
HSV86.6°, 100.0%, 51.4%
LAB49.1, -37.8, 52.9
XYZ10.9, 17.6, 2.8
Decimal4817664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64: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: #498300;
}
.text-color {
color: #498300;
}
.border-color {
border: 2px solid #498300;
}