What is the RGB code for grass?
The CSS color grass in RGB format is rgb(92, 172, 45). Use this value directly in CSS, SVG, and most design tools.
How do I use grass in CSS?
To apply grass in CSS:
- Text color: color: rgb(92, 172, 45);
- Background: background-color: rgb(92, 172, 45);
- Border: border-color: rgb(92, 172, 45);
What are all the color format values for grass?
| Format | Value |
|---|---|
| HEX | #5cac2d |
| RGB | rgb(92, 172, 45) |
| HSL | hsl(97.8, 58.5%, 42.5%) |
| CMYK | cmyk(46.5%, 0%, 73.8%, 32.5%) |
How do I convert grass to RGB?
Select grass from the color name list in our color converter. The RGB value — rgb(92, 172, 45) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grass belong to?
grass belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 97.8°, saturation 58.5%, lightness 42.5%.
How do I create lighter and darker shades of grass?
Lighter variant (lightness 57.5%): #82d253. Darker variant (lightness 27.5%): #3b6f1d. 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.