HSL(72, 82%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,82%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 82%, 25%) | color: hsl(72, 82%, 25%) | |
| HEX | #5F740B | color: #5F740B | |
| RGB | rgb(95, 116, 11) | color: rgb(95, 116, 11) | |
| CMYK | cmyk(18%, 0%, 91%, 55%) | — | |
| HSV | hsv(72, 91%, 45%) | — | |
| HWB | hwb(72 4% 55%) | color: hwb(72 4% 55%) | |
| OKLCH | oklch(0.5234 0.1224 121.6) | color: oklch(0.5234 0.1224 121.6) | |
| Lab | lab(45.56 -21.51 48.4) | color: lab(45.56 -21.51 48.4) | |
| LCH | lch(45.56 52.96 113.96) | color: lch(45.56 52.96 113.96) |
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)
#686824 — rgb(104, 104, 36)
Deuteranopia (Green-blind)
#67652B — rgb(103, 101, 43)
Tritanopia (Blue-blind)
#60383D — rgb(96, 56, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 82%, 25%);
text
color: hsl(72, 82%, 25%);
border
border: 2px solid hsl(72, 82%, 25%);
gradient light
background: linear-gradient(to right, hsl(72, 82%, 45%), hsl(72, 82%, 25%));
gradient dark
background: linear-gradient(to right, hsl(72, 82%, 25%), hsl(72, 82%, 5%))
hex
background-color: #5F740B;
tailwind
bg-[hsl(72,82%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 82%, 25%, 0.4);
css variable
--color-primary: hsl(72, 82%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 82%, 25%)?
HEX: #5F740B | RGB: rgb(95, 116, 11) | CMYK: 18%, 0%, 91%, 55% | HSV: 72°, 91%, 45%. Copy any format from the conversion table above.
What colors go well with #5F740B?
The complementary color is HSL(252, 82%, 25%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 82%, 25%) in CSS?
As HSL: color: hsl(72, 82%, 25%); — As HEX: color: #5F740B; — As RGB: color: rgb(95, 116, 11); — Tailwind CSS: bg-[hsl(72,82%,25%)] — CSS variable: --color-primary: hsl(72, 82%, 25%);