What is the RGB code for darkish green?
The CSS color darkish green in RGB format is rgb(40, 124, 55). Use this value directly in CSS, SVG, and most design tools.
How do I use darkish green in CSS?
To apply darkish green in CSS:
- Text color: color: rgb(40, 124, 55);
- Background: background-color: rgb(40, 124, 55);
- Border: border-color: rgb(40, 124, 55);
What are all the color format values for darkish green?
| Format | Value |
|---|---|
| HEX | #287c37 |
| RGB | rgb(40, 124, 55) |
| HSL | hsl(130.7, 51.2%, 32.2%) |
| CMYK | cmyk(67.7%, 0%, 55.6%, 51.4%) |
How do I convert darkish green to RGB?
Select darkish green from the color name list in our color converter. The RGB value — rgb(40, 124, 55) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish green belong to?
darkish green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 130.7°, saturation 51.2%, lightness 32.2%.
How do I create lighter and darker shades of darkish green?
Lighter variant (lightness 47.2%): #3bb651. Darker variant (lightness 17.200000000000003%): #15421d. 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.