HSL(97, 45%, 31%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,45%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 45%, 31%) | color: hsl(97, 45%, 31%) | |
| HEX | #47732B | color: #47732B | |
| RGB | rgb(71, 115, 43) | color: rgb(71, 115, 43) | |
| CMYK | cmyk(38%, 0%, 63%, 55%) | — | |
| HSV | hsv(97, 63%, 45%) | — | |
| HWB | hwb(97 17% 55%) | color: hwb(97 17% 55%) | |
| OKLCH | oklch(0.5066 0.1135 135.06) | color: oklch(0.5066 0.1135 135.06) | |
| Lab | lab(43.91 -28.94 34.34) | color: lab(43.91 -28.94 34.34) | |
| LCH | lch(43.91 44.91 130.12) | color: lch(43.91 44.91 130.12) |
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)
#5A5A3C — rgb(90, 90, 60)
Deuteranopia (Green-blind)
#585441 — rgb(88, 84, 65)
Tritanopia (Blue-blind)
#494A4D — rgb(73, 74, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 45%, 31%);
text
color: hsl(97, 45%, 31%);
border
border: 2px solid hsl(97, 45%, 31%);
gradient light
background: linear-gradient(to right, hsl(97, 45%, 51%), hsl(97, 45%, 31%));
gradient dark
background: linear-gradient(to right, hsl(97, 45%, 31%), hsl(97, 45%, 11%))
hex
background-color: #47732B;
tailwind
bg-[hsl(97,45%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 45%, 31%, 0.4);
css variable
--color-primary: hsl(97, 45%, 31%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 45%, 31%)?
HEX: #47732B | RGB: rgb(71, 115, 43) | CMYK: 38%, 0%, 63%, 55% | HSV: 97°, 63%, 45%. Copy any format from the conversion table above.
What colors go well with #47732B?
The complementary color is HSL(277, 45%, 31%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 45%, 31%) in CSS?
As HSL: color: hsl(97, 45%, 31%); — As HEX: color: #47732B; — As RGB: color: rgb(71, 115, 43); — Tailwind CSS: bg-[hsl(97,45%,31%)] — CSS variable: --color-primary: hsl(97, 45%, 31%);