HSL(92, 55%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,55%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 55%, 28%) | color: hsl(92, 55%, 28%) | |
| HEX | #456F20 | color: #456F20 | |
| RGB | rgb(69, 111, 32) | color: rgb(69, 111, 32) | |
| CMYK | cmyk(38%, 0%, 71%, 56%) | — | |
| HSV | hsv(92, 71%, 44%) | — | |
| HWB | hwb(92 13% 56%) | color: hwb(92 13% 56%) | |
| OKLCH | oklch(0.4934 0.1181 133.25) | color: oklch(0.4934 0.1181 133.25) | |
| Lab | lab(42.37 -28.87 37.76) | color: lab(42.37 -28.87 37.76) | |
| LCH | lch(42.37 47.53 127.4) | color: lch(42.37 47.53 127.4) |
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)
#575833 — rgb(87, 88, 51)
Deuteranopia (Green-blind)
#555238 — rgb(85, 82, 56)
Tritanopia (Blue-blind)
#474246 — rgb(71, 66, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 55%, 28%);
text
color: hsl(92, 55%, 28%);
border
border: 2px solid hsl(92, 55%, 28%);
gradient light
background: linear-gradient(to right, hsl(92, 55%, 48%), hsl(92, 55%, 28%));
gradient dark
background: linear-gradient(to right, hsl(92, 55%, 28%), hsl(92, 55%, 8%))
hex
background-color: #456F20;
tailwind
bg-[hsl(92,55%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 55%, 28%, 0.4);
css variable
--color-primary: hsl(92, 55%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 55%, 28%)?
HEX: #456F20 | RGB: rgb(69, 111, 32) | CMYK: 38%, 0%, 71%, 56% | HSV: 92°, 71%, 44%. Copy any format from the conversion table above.
What colors go well with #456F20?
The complementary color is HSL(272, 55%, 28%). 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, 55%, 28%) in CSS?
As HSL: color: hsl(92, 55%, 28%); — As HEX: color: #456F20; — As RGB: color: rgb(69, 111, 32); — Tailwind CSS: bg-[hsl(92,55%,28%)] — CSS variable: --color-primary: hsl(92, 55%, 28%);