Racing green to RGB — Color Code

RGB

rgb(1, 70, 0)

Format Value
HEX #014600
RGB rgb(1, 70, 0)
HSL hsl(119.1, 100%, 13.7%)
CMYK cmyk(98.6%, 0%, 100%, 72.5%)

What is the RGB code for racing green?

The CSS color racing green in RGB format is rgb(1, 70, 0). 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: rgb(1, 70, 0);
  • Background: background-color: rgb(1, 70, 0);
  • Border: border-color: rgb(1, 70, 0);

What are all the color format values for racing green?

FormatValue
HEX#014600
RGBrgb(1, 70, 0)
HSLhsl(119.1, 100%, 13.7%)
CMYKcmyk(98.6%, 0%, 100%, 72.5%)

How do I convert racing green to RGB?

Select racing green from the color name list in our color converter. The RGB value — rgb(1, 70, 0) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.