HSL(124, 89%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,89%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 89%, 15%) | color: hsl(124, 89%, 15%) | |
| HEX | #044809 | color: #044809 | |
| RGB | rgb(4, 72, 9) | color: rgb(4, 72, 9) | |
| CMYK | cmyk(94%, 0%, 88%, 72%) | — | |
| HSV | hsv(124, 94%, 28%) | — | |
| HWB | hwb(124 2% 72%) | color: hwb(124 2% 72%) | |
| OKLCH | oklch(0.3496 0.1116 143.49) | color: oklch(0.3496 0.1116 143.49) | |
| Lab | lab(25.8 -33.16 29.72) | color: lab(25.8 -33.16 29.72) | |
| LCH | lch(25.8 44.53 138.13) | color: lch(25.8 44.53 138.13) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#212218 — rgb(33, 34, 24)
Deuteranopia (Green-blind)
#1E181C — rgb(30, 24, 28)
Tritanopia (Blue-blind)
#072427 — rgb(7, 36, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 89%, 15%);
text
color: hsl(124, 89%, 15%);
border
border: 2px solid hsl(124, 89%, 15%);
gradient light
background: linear-gradient(to right, hsl(124, 89%, 35%), hsl(124, 89%, 15%));
gradient dark
background: linear-gradient(to right, hsl(124, 89%, 15%), hsl(124, 89%, 0%))
hex
background-color: #044809;
tailwind
bg-[hsl(124,89%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 89%, 15%, 0.4);
css variable
--color-primary: hsl(124, 89%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 89%, 15%)?
HEX: #044809 | RGB: rgb(4, 72, 9) | CMYK: 94%, 0%, 88%, 72% | HSV: 124°, 94%, 28%. Copy any format from the conversion table above.
What colors go well with #044809?
The complementary color is HSL(304, 89%, 15%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 89%, 15%) in CSS?
As HSL: color: hsl(124, 89%, 15%); — As HEX: color: #044809; — As RGB: color: rgb(4, 72, 9); — Tailwind CSS: bg-[hsl(124,89%,15%)] — CSS variable: --color-primary: hsl(124, 89%, 15%);