HSL(104, 30%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,30%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 30%, 46%) | color: hsl(104, 30%, 46%) | |
| HEX | #659852 | color: #659852 | |
| RGB | rgb(101, 152, 82) | color: rgb(101, 152, 82) | |
| CMYK | cmyk(34%, 0%, 46%, 40%) | — | |
| HSV | hsv(104, 46%, 60%) | — | |
| HWB | hwb(104 32% 40%) | color: hwb(104 32% 40%) | |
| OKLCH | oklch(0.6263 0.1137 137.69) | color: oklch(0.6263 0.1137 137.69) | |
| Lab | lab(57.88 -30.68 31.45) | color: lab(57.88 -30.68 31.45) | |
| LCH | lch(57.88 43.94 134.29) | color: lch(57.88 43.94 134.29) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7B7C63 — rgb(123, 124, 99)
Deuteranopia (Green-blind)
#787467 — rgb(120, 116, 103)
Tritanopia (Blue-blind)
#687073 — rgb(104, 112, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 30%, 46%);
text
color: hsl(104, 30%, 46%);
border
border: 2px solid hsl(104, 30%, 46%);
gradient light
background: linear-gradient(to right, hsl(104, 30%, 66%), hsl(104, 30%, 46%));
gradient dark
background: linear-gradient(to right, hsl(104, 30%, 46%), hsl(104, 30%, 26%))
hex
background-color: #659852;
tailwind
bg-[hsl(104,30%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 30%, 46%, 0.4);
css variable
--color-primary: hsl(104, 30%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 30%, 46%)?
HEX: #659852 | RGB: rgb(101, 152, 82) | CMYK: 34%, 0%, 46%, 40% | HSV: 104°, 46%, 60%. Copy any format from the conversion table above.
What colors go well with #659852?
The complementary color is HSL(284, 30%, 46%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 30%, 46%) in CSS?
As HSL: color: hsl(104, 30%, 46%); — As HEX: color: #659852; — As RGB: color: rgb(101, 152, 82); — Tailwind CSS: bg-[hsl(104,30%,46%)] — CSS variable: --color-primary: hsl(104, 30%, 46%);