Racing green to RGB — Color Code

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

racing green color harmonies

Tints & shades of racing green

Tints (lighter)

#185717 #2f682e #467846 #5d895d #749a74 #8cab8b #a3bca2 #bacdb9 #d1ddd1 #e8eee8

Shades (darker)

#014000 #013900 #013300 #012d00 #012600 #002000 #001900 #001300 #000d00 #000600

Contrast & accessibility

The quick brown fox

On white · 11.19:1 · AAA

The quick brown fox

On black · 1.88:1 · Fail

Recommended text color: #ffffff

Use racing green in code

CSS color: #014600;
SCSS $color: #014600;
Tailwind bg-[#014600]
Swift UIColor(red: 0.004, green: 0.275, blue: 0.000, alpha: 1)
Android Color.parseColor("#014600")
Flutter Color(0xFF014600)

Colors similar to racing green

Browse all Green colors →

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.