Forest to RGB — Color Code

RGB

rgb(11, 85, 9)

Format Value
HEX #0b5509
RGB rgb(11, 85, 9)
HSL hsl(118.4, 80.9%, 18.4%)
CMYK cmyk(87.1%, 0%, 89.4%, 66.7%)

What is the RGB code for forest?

The CSS color forest in RGB format is rgb(11, 85, 9). Use this value directly in CSS, SVG, and most design tools.

How do I use forest in CSS?

To apply forest in CSS:

  • Text color: color: rgb(11, 85, 9);
  • Background: background-color: rgb(11, 85, 9);
  • Border: border-color: rgb(11, 85, 9);

What are all the color format values for forest?

FormatValue
HEX#0b5509
RGBrgb(11, 85, 9)
HSLhsl(118.4, 80.9%, 18.4%)
CMYKcmyk(87.1%, 0%, 89.4%, 66.7%)

How do I convert forest to RGB?

Select forest from the color name list in our color converter. The RGB value — rgb(11, 85, 9) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does forest belong to?

forest belongs to the green color family. It is a dark, vivid color with HSL values: hue 118.4°, saturation 80.9%, lightness 18.4%.

How do I create lighter and darker shades of forest?

Lighter variant (lightness 33.4%): #149a10. Darker variant (lightness 5%): #031702. 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.