What is the RGB code for bottle green?
The CSS color bottle green in RGB format is rgb(4, 74, 5). Use this value directly in CSS, SVG, and most design tools.
How do I use bottle green in CSS?
To apply bottle green in CSS:
- Text color: color: rgb(4, 74, 5);
- Background: background-color: rgb(4, 74, 5);
- Border: border-color: rgb(4, 74, 5);
What are all the color format values for bottle green?
| Format | Value |
|---|---|
| HEX | #044a05 |
| RGB | rgb(4, 74, 5) |
| HSL | hsl(120.9, 89.7%, 15.3%) |
| CMYK | cmyk(94.6%, 0%, 93.2%, 71%) |
How do I convert bottle green to RGB?
Select bottle green from the color name list in our color converter. The RGB value — rgb(4, 74, 5) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bottle green belong to?
bottle green belongs to the green color family. It is a dark, vivid color with HSL values: hue 120.9°, saturation 89.7%, lightness 15.3%.
How do I create lighter and darker shades of bottle green?
Lighter variant (lightness 30.3%): #08930a. Darker variant (lightness 5%): #011802. 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.