HSL(100, 59%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(100,59%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 59%, 26%) | color: hsl(100, 59%, 26%) | |
| HEX | #35691B | color: #35691B | |
| RGB | rgb(53, 105, 27) | color: rgb(53, 105, 27) | |
| CMYK | cmyk(50%, 0%, 74%, 59%) | — | |
| HSV | hsv(100, 74%, 41%) | — | |
| HWB | hwb(100 11% 59%) | color: hwb(100 11% 59%) | |
| OKLCH | oklch(0.4674 0.1224 137.18) | color: oklch(0.4674 0.1224 137.18) | |
| Lab | lab(39.48 -32.4 36.66) | color: lab(39.48 -32.4 36.66) | |
| LCH | lch(39.48 48.93 131.47) | color: lch(39.48 48.93 131.47) |
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)
#4C4C2E — rgb(76, 76, 46)
Deuteranopia (Green-blind)
#494532 — rgb(73, 69, 50)
Tritanopia (Blue-blind)
#383D40 — rgb(56, 61, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 59%, 26%);
text
color: hsl(100, 59%, 26%);
border
border: 2px solid hsl(100, 59%, 26%);
gradient light
background: linear-gradient(to right, hsl(100, 59%, 46%), hsl(100, 59%, 26%));
gradient dark
background: linear-gradient(to right, hsl(100, 59%, 26%), hsl(100, 59%, 6%))
hex
background-color: #35691B;
tailwind
bg-[hsl(100,59%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 59%, 26%, 0.4);
css variable
--color-primary: hsl(100, 59%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(100, 59%, 26%)?
HEX: #35691B | RGB: rgb(53, 105, 27) | CMYK: 50%, 0%, 74%, 59% | HSV: 100°, 74%, 41%. Copy any format from the conversion table above.
What colors go well with #35691B?
The complementary color is HSL(280, 59%, 26%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 59%, 26%) in CSS?
As HSL: color: hsl(100, 59%, 26%); — As HEX: color: #35691B; — As RGB: color: rgb(53, 105, 27); — Tailwind CSS: bg-[hsl(100,59%,26%)] — CSS variable: --color-primary: hsl(100, 59%, 26%);