HSL(109, 21%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,21%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 21%, 28%) | color: hsl(109, 21%, 28%) | |
| HEX | #3E5638 | color: #3E5638 | |
| RGB | rgb(62, 86, 56) | color: rgb(62, 86, 56) | |
| CMYK | cmyk(28%, 0%, 35%, 66%) | — | |
| HSV | hsv(108, 35%, 34%) | — | |
| HWB | hwb(108 22% 66%) | color: hwb(108 22% 66%) | |
| OKLCH | oklch(0.4247 0.0564 139.46) | color: oklch(0.4247 0.0564 139.46) | |
| Lab | lab(33.91 -15.73 14.62) | color: lab(33.91 -15.73 14.62) | |
| LCH | lch(33.91 21.48 137.09) | color: lch(33.91 21.48 137.09) |
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)
#48493F — rgb(72, 73, 63)
Deuteranopia (Green-blind)
#474541 — rgb(71, 69, 65)
Tritanopia (Blue-blind)
#3F4546 — rgb(63, 69, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 21%, 28%);
text
color: hsl(109, 21%, 28%);
border
border: 2px solid hsl(109, 21%, 28%);
gradient light
background: linear-gradient(to right, hsl(109, 21%, 48%), hsl(109, 21%, 28%));
gradient dark
background: linear-gradient(to right, hsl(109, 21%, 28%), hsl(109, 21%, 8%))
hex
background-color: #3E5638;
tailwind
bg-[hsl(109,21%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 21%, 28%, 0.4);
css variable
--color-primary: hsl(109, 21%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 21%, 28%)?
HEX: #3E5638 | RGB: rgb(62, 86, 56) | CMYK: 28%, 0%, 35%, 66% | HSV: 108°, 35%, 34%. Copy any format from the conversion table above.
What colors go well with #3E5638?
The complementary color is HSL(289, 21%, 28%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 21%, 28%) in CSS?
As HSL: color: hsl(109, 21%, 28%); — As HEX: color: #3E5638; — As RGB: color: rgb(62, 86, 56); — Tailwind CSS: bg-[hsl(109,21%,28%)] — CSS variable: --color-primary: hsl(109, 21%, 28%);