HSL(129, 40%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 40%, 26%) | color: hsl(129, 40%, 26%) | |
| HEX | #285D30 | color: #285D30 | |
| RGB | rgb(40, 93, 48) | color: rgb(40, 93, 48) | |
| CMYK | cmyk(57%, 0%, 48%, 64%) | — | |
| HSV | hsv(129, 57%, 36%) | — | |
| HWB | hwb(129 15% 64%) | color: hwb(129 15% 64%) | |
| OKLCH | oklch(0.4298 0.0922 146.86) | color: oklch(0.4298 0.0922 146.86) | |
| Lab | lab(34.99 -28.49 20.58) | color: lab(34.99 -28.49 20.58) | |
| LCH | lch(34.99 35.15 144.16) | color: lch(34.99 35.15 144.16) |
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)
#3F3F3B — rgb(63, 63, 59)
Deuteranopia (Green-blind)
#3C383E — rgb(60, 56, 62)
Tritanopia (Blue-blind)
#2B4345 — rgb(43, 67, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 40%, 26%);
text
color: hsl(129, 40%, 26%);
border
border: 2px solid hsl(129, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(129, 40%, 46%), hsl(129, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(129, 40%, 26%), hsl(129, 40%, 6%))
hex
background-color: #285D30;
tailwind
bg-[hsl(129,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 40%, 26%, 0.4);
css variable
--color-primary: hsl(129, 40%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 40%, 26%)?
HEX: #285D30 | RGB: rgb(40, 93, 48) | CMYK: 57%, 0%, 48%, 64% | HSV: 129°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #285D30?
The complementary color is HSL(309, 40%, 26%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 40%, 26%) in CSS?
As HSL: color: hsl(129, 40%, 26%); — As HEX: color: #285D30; — As RGB: color: rgb(40, 93, 48); — Tailwind CSS: bg-[hsl(129,40%,26%)] — CSS variable: --color-primary: hsl(129, 40%, 26%);