Pine to RGB — Color Code

RGB

rgb(43, 93, 52)

Format Value
HEX #2b5d34
RGB rgb(43, 93, 52)
HSL hsl(130.8, 36.8%, 26.7%)
CMYK cmyk(53.8%, 0%, 44.1%, 63.5%)

What is the RGB code for pine?

The CSS color pine in RGB format is rgb(43, 93, 52). Use this value directly in CSS, SVG, and most design tools.

How do I use pine in CSS?

To apply pine in CSS:

  • Text color: color: rgb(43, 93, 52);
  • Background: background-color: rgb(43, 93, 52);
  • Border: border-color: rgb(43, 93, 52);

What are all the color format values for pine?

FormatValue
HEX#2b5d34
RGBrgb(43, 93, 52)
HSLhsl(130.8, 36.8%, 26.7%)
CMYKcmyk(53.8%, 0%, 44.1%, 63.5%)

How do I convert pine to RGB?

Select pine from the color name list in our color converter. The RGB value — rgb(43, 93, 52) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pine belong to?

pine belongs to the green color family. It is a dark, moderately saturated color with HSL values: hue 130.8°, saturation 36.8%, lightness 26.7%.

How do I create lighter and darker shades of pine?

Lighter variant (lightness 41.7%): #439151. Darker variant (lightness 11.7%): #132917. 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.