HSL(91, 74%, 27%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,74%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 74%, 27%) | color: hsl(91, 74%, 27%) | |
| HEX | #437812 | color: #437812 | |
| RGB | rgb(67, 120, 18) | color: rgb(67, 120, 18) | |
| CMYK | cmyk(44%, 0%, 85%, 53%) | — | |
| HSV | hsv(91, 85%, 47%) | — | |
| HWB | hwb(91 7% 53%) | color: hwb(91 7% 53%) | |
| OKLCH | oklch(0.5159 0.1397 134.16) | color: oklch(0.5159 0.1397 134.16) | |
| Lab | lab(45.18 -34.62 45.6) | color: lab(45.18 -34.62 45.6) | |
| LCH | lch(45.18 57.25 127.21) | color: lch(45.18 57.25 127.21) |
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)
#5A5A2B — rgb(90, 90, 43)
Deuteranopia (Green-blind)
#575331 — rgb(87, 83, 49)
Tritanopia (Blue-blind)
#463E42 — rgb(70, 62, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 74%, 27%);
text
color: hsl(91, 74%, 27%);
border
border: 2px solid hsl(91, 74%, 27%);
gradient light
background: linear-gradient(to right, hsl(91, 74%, 47%), hsl(91, 74%, 27%));
gradient dark
background: linear-gradient(to right, hsl(91, 74%, 27%), hsl(91, 74%, 7%))
hex
background-color: #437812;
tailwind
bg-[hsl(91,74%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 74%, 27%, 0.4);
css variable
--color-primary: hsl(91, 74%, 27%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 74%, 27%)?
HEX: #437812 | RGB: rgb(67, 120, 18) | CMYK: 44%, 0%, 85%, 53% | HSV: 91°, 85%, 47%. Copy any format from the conversion table above.
What colors go well with #437812?
The complementary color is HSL(271, 74%, 27%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 74%, 27%) in CSS?
As HSL: color: hsl(91, 74%, 27%); — As HEX: color: #437812; — As RGB: color: rgb(67, 120, 18); — Tailwind CSS: bg-[hsl(91,74%,27%)] — CSS variable: --color-primary: hsl(91, 74%, 27%);