Pine green to RGB — Color Code

RGB

rgb(10, 72, 30)

Format Value
HEX #0a481e
RGB rgb(10, 72, 30)
HSL hsl(139.4, 75.6%, 16.1%)
CMYK cmyk(86.1%, 0%, 58.3%, 71.8%)

What is the RGB code for pine green?

The CSS color pine green in RGB format is rgb(10, 72, 30). Use this value directly in CSS, SVG, and most design tools.

How do I use pine green in CSS?

To apply pine green in CSS:

  • Text color: color: rgb(10, 72, 30);
  • Background: background-color: rgb(10, 72, 30);
  • Border: border-color: rgb(10, 72, 30);

What are all the color format values for pine green?

FormatValue
HEX#0a481e
RGBrgb(10, 72, 30)
HSLhsl(139.4, 75.6%, 16.1%)
CMYKcmyk(86.1%, 0%, 58.3%, 71.8%)

How do I convert pine green to RGB?

Select pine green from the color name list in our color converter. The RGB value — rgb(10, 72, 30) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pine green belong to?

pine green belongs to the green color family. It is a dark, vivid color with HSL values: hue 139.4°, saturation 75.6%, lightness 16.1%.

How do I create lighter and darker shades of pine green?

Lighter variant (lightness 31.1%): #138b3a. Darker variant (lightness 5%): #031609. 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.