HSL(91, 70%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,70%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 70%, 30%) | color: hsl(91, 70%, 30%) | |
| HEX | #4B8217 | color: #4B8217 | |
| RGB | rgb(75, 130, 23) | color: rgb(75, 130, 23) | |
| CMYK | cmyk(42%, 0%, 82%, 49%) | — | |
| HSV | hsv(91, 82%, 51%) | — | |
| HWB | hwb(91 9% 49%) | color: hwb(91 9% 49%) | |
| OKLCH | oklch(0.5476 0.1457 133.79) | color: oklch(0.5476 0.1457 133.79) | |
| Lab | lab(48.91 -35.84 47.66) | color: lab(48.91 -35.84 47.66) | |
| LCH | lch(48.91 59.63 126.94) | color: lch(48.91 59.63 126.94) |
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)
#636331 — rgb(99, 99, 49)
Deuteranopia (Green-blind)
#605C37 — rgb(96, 92, 55)
Tritanopia (Blue-blind)
#4E454A — rgb(78, 69, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 70%, 30%);
text
color: hsl(91, 70%, 30%);
border
border: 2px solid hsl(91, 70%, 30%);
gradient light
background: linear-gradient(to right, hsl(91, 70%, 50%), hsl(91, 70%, 30%));
gradient dark
background: linear-gradient(to right, hsl(91, 70%, 30%), hsl(91, 70%, 10%))
hex
background-color: #4B8217;
tailwind
bg-[hsl(91,70%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 70%, 30%, 0.4);
css variable
--color-primary: hsl(91, 70%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 70%, 30%)?
HEX: #4B8217 | RGB: rgb(75, 130, 23) | CMYK: 42%, 0%, 82%, 49% | HSV: 91°, 82%, 51%. Copy any format from the conversion table above.
What colors go well with #4B8217?
The complementary color is HSL(271, 70%, 30%). 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, 70%, 30%) in CSS?
As HSL: color: hsl(91, 70%, 30%); — As HEX: color: #4B8217; — As RGB: color: rgb(75, 130, 23); — Tailwind CSS: bg-[hsl(91,70%,30%)] — CSS variable: --color-primary: hsl(91, 70%, 30%);