What is the HSL code for bottle green?
The CSS color bottle green in HSL format is hsl(120.9, 89.7%, 15.3%). 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: hsl(120.9, 89.7%, 15.3%);
- Background: background-color: hsl(120.9, 89.7%, 15.3%);
- Border: border-color: hsl(120.9, 89.7%, 15.3%);
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 HSL?
Select bottle green from the color name list in our color converter. The HSL value — hsl(120.9, 89.7%, 15.3%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.