HSL(133, 72%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,72%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 72%, 24%) | color: hsl(133, 72%, 24%) | |
| HEX | #116924 | color: #116924 | |
| RGB | rgb(17, 105, 36) | color: rgb(17, 105, 36) | |
| CMYK | cmyk(84%, 0%, 66%, 59%) | — | |
| HSV | hsv(133, 84%, 41%) | — | |
| HWB | hwb(133 7% 59%) | color: hwb(133 7% 59%) | |
| OKLCH | oklch(0.4562 0.1304 146.05) | color: oklch(0.4562 0.1304 146.05) | |
| Lab | lab(38.46 -40.18 31.1) | color: lab(38.46 -40.18 31.1) | |
| LCH | lch(38.46 50.81 142.26) | color: lch(38.46 50.81 142.26) |
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)
#373835 — rgb(55, 56, 53)
Deuteranopia (Green-blind)
#322B39 — rgb(50, 43, 57)
Tritanopia (Blue-blind)
#154245 — rgb(21, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 72%, 24%);
text
color: hsl(133, 72%, 24%);
border
border: 2px solid hsl(133, 72%, 24%);
gradient light
background: linear-gradient(to right, hsl(133, 72%, 44%), hsl(133, 72%, 24%));
gradient dark
background: linear-gradient(to right, hsl(133, 72%, 24%), hsl(133, 72%, 4%))
hex
background-color: #116924;
tailwind
bg-[hsl(133,72%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 72%, 24%, 0.4);
css variable
--color-primary: hsl(133, 72%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 72%, 24%)?
HEX: #116924 | RGB: rgb(17, 105, 36) | CMYK: 84%, 0%, 66%, 59% | HSV: 133°, 84%, 41%. Copy any format from the conversion table above.
What colors go well with #116924?
The complementary color is HSL(313, 72%, 24%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 72%, 24%) in CSS?
As HSL: color: hsl(133, 72%, 24%); — As HEX: color: #116924; — As RGB: color: rgb(17, 105, 36); — Tailwind CSS: bg-[hsl(133,72%,24%)] — CSS variable: --color-primary: hsl(133, 72%, 24%);