HSL(97, 35%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,35%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 35%, 28%) | color: hsl(97, 35%, 28%) | |
| HEX | #42602E | color: #42602E | |
| RGB | rgb(66, 96, 46) | color: rgb(66, 96, 46) | |
| CMYK | cmyk(31%, 0%, 52%, 62%) | — | |
| HSV | hsv(96, 52%, 38%) | — | |
| HWB | hwb(96 18% 62%) | color: hwb(96 18% 62%) | |
| OKLCH | oklch(0.4525 0.0836 134.12) | color: oklch(0.4525 0.0836 134.12) | |
| Lab | lab(37.34 -21.09 24.95) | color: lab(37.34 -21.09 24.95) | |
| LCH | lch(37.34 32.67 130.21) | color: lch(37.34 32.67 130.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)
#4F4F3A — rgb(79, 79, 58)
Deuteranopia (Green-blind)
#4D4B3D — rgb(77, 75, 61)
Tritanopia (Blue-blind)
#444446 — rgb(68, 68, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 35%, 28%);
text
color: hsl(97, 35%, 28%);
border
border: 2px solid hsl(97, 35%, 28%);
gradient light
background: linear-gradient(to right, hsl(97, 35%, 48%), hsl(97, 35%, 28%));
gradient dark
background: linear-gradient(to right, hsl(97, 35%, 28%), hsl(97, 35%, 8%))
hex
background-color: #42602E;
tailwind
bg-[hsl(97,35%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 35%, 28%, 0.4);
css variable
--color-primary: hsl(97, 35%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 35%, 28%)?
HEX: #42602E | RGB: rgb(66, 96, 46) | CMYK: 31%, 0%, 52%, 62% | HSV: 96°, 52%, 38%. Copy any format from the conversion table above.
What colors go well with #42602E?
The complementary color is HSL(277, 35%, 28%). 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, 35%, 28%) in CSS?
As HSL: color: hsl(97, 35%, 28%); — As HEX: color: #42602E; — As RGB: color: rgb(66, 96, 46); — Tailwind CSS: bg-[hsl(97,35%,28%)] — CSS variable: --color-primary: hsl(97, 35%, 28%);