HSL(133, 12%, 16%)

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(133,12%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 12%, 16%) color: hsl(133, 12%, 16%)
HEX #242E26 color: #242E26
RGB rgb(36, 46, 38) color: rgb(36, 46, 38)
CMYK cmyk(22%, 0%, 17%, 82%)
HSV hsv(132, 22%, 18%)
HWB hwb(132 14% 82%) color: hwb(132 14% 82%)
OKLCH oklch(0.2889 0.02 150.92) color: oklch(0.2889 0.02 150.92)
Lab lab(17.78 -6.32 3.75) color: lab(17.78 -6.32 3.75)
LCH lch(17.78 7.35 149.32) color: lch(17.78 7.35 149.32)

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 14.06:1
vs Black 1.49: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)

#282828 — rgb(40, 40, 40)

Deuteranopia (Green-blind)

#282728 — rgb(40, 39, 40)

Tritanopia (Blue-blind)

#25292A — rgb(37, 41, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 12%, 16%);

text

color: hsl(133, 12%, 16%);

border

border: 2px solid hsl(133, 12%, 16%);

gradient light

background: linear-gradient(to right, hsl(133, 12%, 36%), hsl(133, 12%, 16%));

gradient dark

background: linear-gradient(to right, hsl(133, 12%, 16%), hsl(133, 12%, 0%))

hex

background-color: #242E26;

tailwind

bg-[hsl(133,12%,16%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 12%, 16%, 0.4);

css variable

--color-primary: hsl(133, 12%, 16%);

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(133, 12%, 16%)?

HEX: #242E26 | RGB: rgb(36, 46, 38) | CMYK: 22%, 0%, 17%, 82% | HSV: 132°, 22%, 18%. Copy any format from the conversion table above.

What colors go well with #242E26?

The complementary color is HSL(313, 12%, 16%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 12%, 16%) in CSS?

As HSL: color: hsl(133, 12%, 16%); — As HEX: color: #242E26; — As RGB: color: rgb(36, 46, 38); — Tailwind CSS: bg-[hsl(133,12%,16%)] — CSS variable: --color-primary: hsl(133, 12%, 16%);