Viridian to RGB — Color Code

RGB

rgb(30, 145, 103)

Format Value
HEX #1e9167
RGB rgb(30, 145, 103)
HSL hsl(158.1, 65.7%, 34.3%)
CMYK cmyk(79.3%, 0%, 29%, 43.1%)

What is the RGB code for viridian?

The CSS color viridian in RGB format is rgb(30, 145, 103). Use this value directly in CSS, SVG, and most design tools.

How do I use viridian in CSS?

To apply viridian in CSS:

  • Text color: color: rgb(30, 145, 103);
  • Background: background-color: rgb(30, 145, 103);
  • Border: border-color: rgb(30, 145, 103);

What are all the color format values for viridian?

FormatValue
HEX#1e9167
RGBrgb(30, 145, 103)
HSLhsl(158.1, 65.7%, 34.3%)
CMYKcmyk(79.3%, 0%, 29%, 43.1%)

How do I convert viridian to RGB?

Select viridian from the color name list in our color converter. The RGB value — rgb(30, 145, 103) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does viridian belong to?

viridian belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 158.1°, saturation 65.7%, lightness 34.3%.

How do I create lighter and darker shades of viridian?

Lighter variant (lightness 49.3%): #2bd094. Darker variant (lightness 19.299999999999997%): #11523a. 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.