Shades of Eucalyptus #21AA5C
Tints of Eucalyptus #21AA5C
RGB
CMYK
RGB Variations
Color information
#21AA5C (or 0x21AA5C) is known color: Eucalyptus. HEX triplet: 21, AA and 5C. RGB value is (33,170,92). Sum of RGB (Red+Green+Blue) = 33+170+92=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA5C is #DE55A3. Grayscale: #787878. Windows color (decimal): -14570916 or 6072865. OLE color: 6072865.
HSL color Cylindrical-coordinate representation of color #21AA5C: hue angle of 145.84º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA5C is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 92 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.33 |
| HSL | 145.84º | 0.67% | 0.4% | - |
| HSV(B) | 145.84º | 0.81% | 0.67% | - |
| XYZ | 16.93 | 29.85 | 14.99 | - |
| YUV | 120.15 | 112.11 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 92 | 0.81 | 0 | 0.46 | 0.33 | 145.84 | 0.67 | 0.4 |
| Hex | 21 | AA | 5C | 51 | 0 | 2E | 21 | 92 | 43 | 28 |
| Octal | 41 | 252 | 134 | 121 | 0 | 56 | 41 | 222 | 103 | 50 |
| Binary | 100001 | 10101010 | 1011100 | 1010001 | 0 | 101110 | 100001 | 10010010 | 1000011 | 101000 |
Color Harmonies of #21AA5C
Complementary color
Monochromatic Colors of #21AA5C
Black with #21AA5C
Text Example
Text Example
White with #21AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA5C; }
p { color: rgb(33,170,92); }
H1.HeaderClassName
{
color: #21AA5C;
}
.AnyTagClassName
{
color: #21AA5C;
}
</style>
background-color css
<style>
a { background-color: #21AA5C; }
a { background-color: rgb(33,170,92); }
div.DivClassName
{
background-color: #21AA5C;
}
.BgClassName
{
background-color: #21AA5C;
}
</style>
border-color css
<style>
span { border-color: #21AA5C; }
span { border-color: rgb(33,170,92); }
td.TdClassName
{
border-color: #21AA5C;
}
.TagClassName
{
border-color: #21AA5C;
}
</style>