HSL(96, 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(96,10%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(96, 10%, 17%) color: hsl(96, 10%, 17%)
HEX #2A3027 color: #2A3027
RGB rgb(42, 48, 39) color: rgb(42, 48, 39)
CMYK cmyk(13%, 0%, 19%, 81%)
HSV hsv(100, 19%, 19%)
HWB hwb(100 15% 81%) color: hwb(100 15% 81%)
OKLCH oklch(0.3002 0.0179 135.14) color: oklch(0.3002 0.0179 135.14)
Lab lab(19.02 -4.73 4.9) color: lab(19.02 -4.73 4.9)
LCH lch(19.02 6.81 133.99) color: lch(19.02 6.81 133.99)

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.54: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)

#2D2D29 — rgb(45, 45, 41)

Deuteranopia (Green-blind)

#2C2C2A — rgb(44, 44, 42)

Tritanopia (Blue-blind)

#2A2B2B — rgb(42, 43, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #2A3027;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(96, 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(96, 10%, 17%)?

HEX: #2A3027 | RGB: rgb(42, 48, 39) | CMYK: 13%, 0%, 19%, 81% | HSV: 100°, 19%, 19%. Copy any format from the conversion table above.

What colors go well with #2A3027?

The complementary color is HSL(276, 10%, 17%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(96, 10%, 17%); — As HEX: color: #2A3027; — As RGB: color: rgb(42, 48, 39); — Tailwind CSS: bg-[hsl(96,10%,17%)] — CSS variable: --color-primary: hsl(96, 10%, 17%);