HSL(125, 36%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,36%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 36%, 22%) | color: hsl(125, 36%, 22%) | |
| HEX | #244C27 | color: #244C27 | |
| RGB | rgb(36, 76, 39) | color: rgb(36, 76, 39) | |
| CMYK | cmyk(53%, 0%, 49%, 70%) | — | |
| HSV | hsv(125, 53%, 30%) | — | |
| HWB | hwb(125 14% 70%) | color: hwb(125 14% 70%) | |
| OKLCH | oklch(0.3767 0.0766 145.4) | color: oklch(0.3767 0.0766 145.4) | |
| Lab | lab(28.62 -23.19 17.73) | color: lab(28.62 -23.19 17.73) | |
| LCH | lch(28.62 29.19 142.6) | color: lch(28.62 29.19 142.6) |
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)
#353630 — rgb(53, 54, 48)
Deuteranopia (Green-blind)
#333032 — rgb(51, 48, 50)
Tritanopia (Blue-blind)
#263739 — rgb(38, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 36%, 22%);
text
color: hsl(125, 36%, 22%);
border
border: 2px solid hsl(125, 36%, 22%);
gradient light
background: linear-gradient(to right, hsl(125, 36%, 42%), hsl(125, 36%, 22%));
gradient dark
background: linear-gradient(to right, hsl(125, 36%, 22%), hsl(125, 36%, 2%))
hex
background-color: #244C27;
tailwind
bg-[hsl(125,36%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 36%, 22%, 0.4);
css variable
--color-primary: hsl(125, 36%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 36%, 22%)?
HEX: #244C27 | RGB: rgb(36, 76, 39) | CMYK: 53%, 0%, 49%, 70% | HSV: 125°, 53%, 30%. Copy any format from the conversion table above.
What colors go well with #244C27?
The complementary color is HSL(305, 36%, 22%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 36%, 22%) in CSS?
As HSL: color: hsl(125, 36%, 22%); — As HEX: color: #244C27; — As RGB: color: rgb(36, 76, 39); — Tailwind CSS: bg-[hsl(125,36%,22%)] — CSS variable: --color-primary: hsl(125, 36%, 22%);