HSL(89, 40%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 40%, 26%) | color: hsl(89, 40%, 26%) | |
| HEX | #435D28 | color: #435D28 | |
| RGB | rgb(67, 93, 40) | color: rgb(67, 93, 40) | |
| CMYK | cmyk(28%, 0%, 57%, 64%) | — | |
| HSV | hsv(89, 57%, 36%) | — | |
| HWB | hwb(89 15% 64%) | color: hwb(89 15% 64%) | |
| OKLCH | oklch(0.4442 0.0847 130.8) | color: oklch(0.4442 0.0847 130.8) | |
| Lab | lab(36.32 -19.88 27.04) | color: lab(36.32 -19.88 27.04) | |
| LCH | lch(36.32 33.56 126.32) | color: lch(36.32 33.56 126.32) |
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)
#4E4E35 — rgb(78, 78, 53)
Deuteranopia (Green-blind)
#4D4B38 — rgb(77, 75, 56)
Tritanopia (Blue-blind)
#443F41 — rgb(68, 63, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 40%, 26%);
text
color: hsl(89, 40%, 26%);
border
border: 2px solid hsl(89, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(89, 40%, 46%), hsl(89, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(89, 40%, 26%), hsl(89, 40%, 6%))
hex
background-color: #435D28;
tailwind
bg-[hsl(89,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 40%, 26%, 0.4);
css variable
--color-primary: hsl(89, 40%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 40%, 26%)?
HEX: #435D28 | RGB: rgb(67, 93, 40) | CMYK: 28%, 0%, 57%, 64% | HSV: 89°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #435D28?
The complementary color is HSL(269, 40%, 26%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 40%, 26%) in CSS?
As HSL: color: hsl(89, 40%, 26%); — As HEX: color: #435D28; — As RGB: color: rgb(67, 93, 40); — Tailwind CSS: bg-[hsl(89,40%,26%)] — CSS variable: --color-primary: hsl(89, 40%, 26%);