HSL(129, 29%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,29%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 29%, 35%) | color: hsl(129, 29%, 35%) | |
| HEX | #3F7347 | color: #3F7347 | |
| RGB | rgb(63, 115, 71) | color: rgb(63, 115, 71) | |
| CMYK | cmyk(45%, 0%, 38%, 55%) | — | |
| HSV | hsv(129, 45%, 45%) | — | |
| HWB | hwb(129 25% 55%) | color: hwb(129 25% 55%) | |
| OKLCH | oklch(0.5068 0.0891 147.69) | color: oklch(0.5068 0.0891 147.69) | |
| Lab | lab(43.9 -27.67 19.07) | color: lab(43.9 -27.67 19.07) | |
| LCH | lch(43.9 33.6 145.43) | color: lch(43.9 33.6 145.43) |
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)
#565652 — rgb(86, 86, 82)
Deuteranopia (Green-blind)
#534F54 — rgb(83, 79, 84)
Tritanopia (Blue-blind)
#425A5C — rgb(66, 90, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 29%, 35%);
text
color: hsl(129, 29%, 35%);
border
border: 2px solid hsl(129, 29%, 35%);
gradient light
background: linear-gradient(to right, hsl(129, 29%, 55%), hsl(129, 29%, 35%));
gradient dark
background: linear-gradient(to right, hsl(129, 29%, 35%), hsl(129, 29%, 15%))
hex
background-color: #3F7347;
tailwind
bg-[hsl(129,29%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 29%, 35%, 0.4);
css variable
--color-primary: hsl(129, 29%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 29%, 35%)?
HEX: #3F7347 | RGB: rgb(63, 115, 71) | CMYK: 45%, 0%, 38%, 55% | HSV: 129°, 45%, 45%. Copy any format from the conversion table above.
What colors go well with #3F7347?
The complementary color is HSL(309, 29%, 35%). 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, 29%, 35%) in CSS?
As HSL: color: hsl(129, 29%, 35%); — As HEX: color: #3F7347; — As RGB: color: rgb(63, 115, 71); — Tailwind CSS: bg-[hsl(129,29%,35%)] — CSS variable: --color-primary: hsl(129, 29%, 35%);