HSL(68, 30%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,30%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 30%, 17%) | color: hsl(68, 30%, 17%) | |
| HEX | #35381E | color: #35381E | |
| RGB | rgb(53, 56, 30) | color: rgb(53, 56, 30) | |
| CMYK | cmyk(5%, 0%, 46%, 78%) | — | |
| HSV | hsv(67, 46%, 22%) | — | |
| HWB | hwb(67 12% 78%) | color: hwb(67 12% 78%) | |
| OKLCH | oklch(0.3304 0.0422 114.11) | color: oklch(0.3304 0.0422 114.11) | |
| Lab | lab(22.58 -6.26 15.82) | color: lab(22.58 -6.26 15.82) | |
| LCH | lch(22.58 17.01 111.59) | color: lch(22.58 17.01 111.59) |
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)
#363624 — rgb(54, 54, 36)
Deuteranopia (Green-blind)
#363626 — rgb(54, 54, 38)
Tritanopia (Blue-blind)
#35292A — rgb(53, 41, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 30%, 17%);
text
color: hsl(68, 30%, 17%);
border
border: 2px solid hsl(68, 30%, 17%);
gradient light
background: linear-gradient(to right, hsl(68, 30%, 37%), hsl(68, 30%, 17%));
gradient dark
background: linear-gradient(to right, hsl(68, 30%, 17%), hsl(68, 30%, 0%))
hex
background-color: #35381E;
tailwind
bg-[hsl(68,30%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 30%, 17%, 0.4);
css variable
--color-primary: hsl(68, 30%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 30%, 17%)?
HEX: #35381E | RGB: rgb(53, 56, 30) | CMYK: 5%, 0%, 46%, 78% | HSV: 67°, 46%, 22%. Copy any format from the conversion table above.
What colors go well with #35381E?
The complementary color is HSL(248, 30%, 17%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 30%, 17%) in CSS?
As HSL: color: hsl(68, 30%, 17%); — As HEX: color: #35381E; — As RGB: color: rgb(53, 56, 30); — Tailwind CSS: bg-[hsl(68,30%,17%)] — CSS variable: --color-primary: hsl(68, 30%, 17%);