HSL(92, 72%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,72%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 72%, 29%) | color: hsl(92, 72%, 29%) | |
| HEX | #467F15 | color: #467F15 | |
| RGB | rgb(70, 127, 21) | color: rgb(70, 127, 21) | |
| CMYK | cmyk(45%, 0%, 83%, 50%) | — | |
| HSV | hsv(92, 83%, 50%) | — | |
| HWB | hwb(92 9% 50%) | color: hwb(92 9% 50%) | |
| OKLCH | oklch(0.5367 0.1456 134.6) | color: oklch(0.5367 0.1456 134.6) | |
| Lab | lab(47.67 -36.43 47.04) | color: lab(47.67 -36.43 47.04) | |
| LCH | lch(47.67 59.5 127.76) | color: lch(47.67 59.5 127.76) |
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)
#5F5F2F — rgb(95, 95, 47)
Deuteranopia (Green-blind)
#5B5735 — rgb(91, 87, 53)
Tritanopia (Blue-blind)
#494347 — rgb(73, 67, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 72%, 29%);
text
color: hsl(92, 72%, 29%);
border
border: 2px solid hsl(92, 72%, 29%);
gradient light
background: linear-gradient(to right, hsl(92, 72%, 49%), hsl(92, 72%, 29%));
gradient dark
background: linear-gradient(to right, hsl(92, 72%, 29%), hsl(92, 72%, 9%))
hex
background-color: #467F15;
tailwind
bg-[hsl(92,72%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 72%, 29%, 0.4);
css variable
--color-primary: hsl(92, 72%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 72%, 29%)?
HEX: #467F15 | RGB: rgb(70, 127, 21) | CMYK: 45%, 0%, 83%, 50% | HSV: 92°, 83%, 50%. Copy any format from the conversion table above.
What colors go well with #467F15?
The complementary color is HSL(272, 72%, 29%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 72%, 29%) in CSS?
As HSL: color: hsl(92, 72%, 29%); — As HEX: color: #467F15; — As RGB: color: rgb(70, 127, 21); — Tailwind CSS: bg-[hsl(92,72%,29%)] — CSS variable: --color-primary: hsl(92, 72%, 29%);