HSL(106, 10%, 17%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(106,10%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(106, 10%, 17%) color: hsl(106, 10%, 17%)
HEX #293027 color: #293027
RGB rgb(41, 48, 39) color: rgb(41, 48, 39)
CMYK cmyk(15%, 0%, 19%, 81%)
HSV hsv(107, 19%, 19%)
HWB hwb(107 15% 81%) color: hwb(107 15% 81%)
OKLCH oklch(0.2993 0.0187 138.75) color: oklch(0.2993 0.0187 138.75)
Lab lab(18.94 -5.18 4.76) color: lab(18.94 -5.18 4.76)
LCH lch(18.94 7.03 137.42) color: lch(18.94 7.03 137.42)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 13.58:1
vs Black 1.55:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2C2C29 — rgb(44, 44, 41)

Deuteranopia (Green-blind)

#2C2B2A — rgb(44, 43, 42)

Tritanopia (Blue-blind)

#292B2B — rgb(41, 43, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(106, 10%, 17%);

text

color: hsl(106, 10%, 17%);

border

border: 2px solid hsl(106, 10%, 17%);

gradient light

background: linear-gradient(to right, hsl(106, 10%, 37%), hsl(106, 10%, 17%));

gradient dark

background: linear-gradient(to right, hsl(106, 10%, 17%), hsl(106, 10%, 0%))

hex

background-color: #293027;

tailwind

bg-[hsl(106,10%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(106, 10%, 17%, 0.4);

css variable

--color-primary: hsl(106, 10%, 17%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(106, 10%, 17%)?

HEX: #293027 | RGB: rgb(41, 48, 39) | CMYK: 15%, 0%, 19%, 81% | HSV: 107°, 19%, 19%. Copy any format from the conversion table above.

What colors go well with #293027?

The complementary color is HSL(286, 10%, 17%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(106, 10%, 17%) in CSS?

As HSL: color: hsl(106, 10%, 17%); — As HEX: color: #293027; — As RGB: color: rgb(41, 48, 39); — Tailwind CSS: bg-[hsl(106,10%,17%)] — CSS variable: --color-primary: hsl(106, 10%, 17%);