What is the RGB code for leaf?
The CSS color leaf in RGB format is rgb(113, 170, 52). Use this value directly in CSS, SVG, and most design tools.
How do I use leaf in CSS?
To apply leaf in CSS:
- Text color: color: rgb(113, 170, 52);
- Background: background-color: rgb(113, 170, 52);
- Border: border-color: rgb(113, 170, 52);
What are all the color format values for leaf?
| Format | Value |
|---|---|
| HEX | #71aa34 |
| RGB | rgb(113, 170, 52) |
| HSL | hsl(89, 53.2%, 43.5%) |
| CMYK | cmyk(33.5%, 0%, 69.4%, 33.3%) |
How do I convert leaf to RGB?
Select leaf from the color name list in our color converter. The RGB value — rgb(113, 170, 52) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does leaf belong to?
leaf belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 89°, saturation 53.2%, lightness 43.5%.
How do I create lighter and darker shades of leaf?
Lighter variant (lightness 58.5%): #97cd5d. Darker variant (lightness 28.5%): #4a6f22. 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.