HSL(112, 74%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,74%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 74%, 33%) color: hsl(112, 74%, 33%)
HEX #269216 color: #269216
RGB rgb(38, 146, 22) color: rgb(38, 146, 22)
CMYK cmyk(74%, 0%, 85%, 43%)
HSV hsv(112, 85%, 57%)
HWB hwb(112 9% 43%) color: hwb(112 9% 43%)
OKLCH oklch(0.5776 0.1815 141.47) color: oklch(0.5776 0.1815 141.47)
Lab lab(52.98 -52.03 51.21) color: lab(52.98 -52.03 51.21)
LCH lch(52.98 73 135.46) color: lch(52.98 73 135.46)

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 4.03:1
vs Black 5.21:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#555634 — rgb(85, 86, 52)

Deuteranopia (Green-blind)

#4F463B — rgb(79, 70, 59)

Tritanopia (Blue-blind)

#2B4C51 — rgb(43, 76, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 74%, 33%);

text

color: hsl(112, 74%, 33%);

border

border: 2px solid hsl(112, 74%, 33%);

gradient light

background: linear-gradient(to right, hsl(112, 74%, 53%), hsl(112, 74%, 33%));

gradient dark

background: linear-gradient(to right, hsl(112, 74%, 33%), hsl(112, 74%, 13%))

hex

background-color: #269216;

tailwind

bg-[hsl(112,74%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 74%, 33%, 0.4);

css variable

--color-primary: hsl(112, 74%, 33%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(112, 74%, 33%)?

HEX: #269216 | RGB: rgb(38, 146, 22) | CMYK: 74%, 0%, 85%, 43% | HSV: 112°, 85%, 57%. Copy any format from the conversion table above.

What colors go well with #269216?

The complementary color is HSL(292, 74%, 33%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 74%, 33%) in CSS?

As HSL: color: hsl(112, 74%, 33%); — As HEX: color: #269216; — As RGB: color: rgb(38, 146, 22); — Tailwind CSS: bg-[hsl(112,74%,33%)] — CSS variable: --color-primary: hsl(112, 74%, 33%);