HSL(136, 95%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,95%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 95%, 24%) | color: hsl(136, 95%, 24%) | |
| HEX | #037722 | color: #037722 | |
| RGB | rgb(3, 119, 34) | color: rgb(3, 119, 34) | |
| CMYK | cmyk(97%, 0%, 71%, 53%) | — | |
| HSV | hsv(136, 97%, 47%) | — | |
| HWB | hwb(136 1% 53%) | color: hwb(136 1% 53%) | |
| OKLCH | oklch(0.4955 0.1518 145.63) | color: oklch(0.4955 0.1518 145.63) | |
| Lab | lab(43.25 -46.59 37.26) | color: lab(43.25 -46.59 37.26) | |
| LCH | lch(43.25 59.66 141.35) | color: lch(43.25 59.66 141.35) |
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)
#353637 — rgb(53, 54, 55)
Deuteranopia (Green-blind)
#2F263C — rgb(47, 38, 60)
Tritanopia (Blue-blind)
#09474A — rgb(9, 71, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 95%, 24%);
text
color: hsl(136, 95%, 24%);
border
border: 2px solid hsl(136, 95%, 24%);
gradient light
background: linear-gradient(to right, hsl(136, 95%, 44%), hsl(136, 95%, 24%));
gradient dark
background: linear-gradient(to right, hsl(136, 95%, 24%), hsl(136, 95%, 4%))
hex
background-color: #037722;
tailwind
bg-[hsl(136,95%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 95%, 24%, 0.4);
css variable
--color-primary: hsl(136, 95%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 95%, 24%)?
HEX: #037722 | RGB: rgb(3, 119, 34) | CMYK: 97%, 0%, 71%, 53% | HSV: 136°, 97%, 47%. Copy any format from the conversion table above.
What colors go well with #037722?
The complementary color is HSL(316, 95%, 24%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 95%, 24%) in CSS?
As HSL: color: hsl(136, 95%, 24%); — As HEX: color: #037722; — As RGB: color: rgb(3, 119, 34); — Tailwind CSS: bg-[hsl(136,95%,24%)] — CSS variable: --color-primary: hsl(136, 95%, 24%);