Toolumina Extended Palette

Copy-ready color values

HEX#33A36B
RGBrgb(51, 163, 107)
HSLhsl(150, 52%, 42%)
HSVhsv(150, 69%, 64%)
CMYK approx.cmyk(69, 0, 34, 36)

Color value table

FormatValueCopy
HEX#33A36B
RGBrgb(51, 163, 107)
HSLhsl(150, 52%, 42%)
HSVhsv(150, 69%, 64%)
CMYK approx.cmyk(69, 0, 34, 36)
CSS keywordtoolumina-h150-s52-l42

Contrast and classification

DarkLightness3.19:1Contrast with white6.59:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#47AC7A

White 30%
#70BF97

White 70%
#C2E3D3

White 90%
#EBF6F0

Black 10%
#2E9360

Black 30%
#24724B

Black 70%
#0F3120

Black 90%
#05100B

Harmony palettes

Complementary

#CC5C94
#D883AE

Analogous

#40A364
#339C72

Triadic

#A36B33
#6B33A3

Split complementary

#D579A7
#A74B79

Using Toolumina H150 S52 L42

Toolumina H150 S52 L42 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.

CSS, SCSS, and Tailwind examples

:root {
  --color-toolumina-h150-s52-l42: #33a36b;
}

.button-primary {
  background: var(--color-toolumina-h150-s52-l42);
  color: #000000;
}

$toolumina-h150-s52-l42: #33a36b;

// Tailwind arbitrary value
class="bg-[#33a36b] text-white"