What is the HEX code for racing green?
The CSS color racing green in HEX format is #014600. Use this value directly in CSS, SVG, and most design tools.
How do I use racing green in CSS?
To apply racing green in CSS:
- Text color: color: #014600;
- Background: background-color: #014600;
- Border: border-color: #014600;
What are all the color format values for racing green?
| Format | Value |
|---|---|
| HEX | #014600 |
| RGB | rgb(1, 70, 0) |
| HSL | hsl(119.1, 100%, 13.7%) |
| CMYK | cmyk(98.6%, 0%, 100%, 72.5%) |
How do I convert racing green to HEX?
Select racing green from the color name list in our color converter. The HEX value — #014600 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does racing green belong to?
racing green belongs to the green color family. It is a dark, vivid color with HSL values: hue 119.1°, saturation 100%, lightness 13.7%.
How do I create lighter and darker shades of racing green?
Lighter variant (lightness 28.7%): #029200. Darker variant (lightness 5%): #001900. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.