Shades of Eucalyptus #21AA4F
Tints of Eucalyptus #21AA4F
RGB
CMYK
RGB Variations
Color information
#21AA4F (or 0x21AA4F) is known color: Eucalyptus. HEX triplet: 21, AA and 4F. RGB value is (33,170,79). Sum of RGB (Red+Green+Blue) = 33+170+79=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA4F is #DE55B0. Grayscale: #767676. Windows color (decimal): -14570929 or 5220897. OLE color: 5220897.
HSL color Cylindrical-coordinate representation of color #21AA4F: hue angle of 140.15º 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 #21AA4F is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 79 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.33 |
| HSL | 140.15º | 0.67% | 0.4% | - |
| HSV(B) | 140.15º | 0.81% | 0.67% | - |
| XYZ | 16.41 | 29.64 | 12.25 | - |
| YUV | 118.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 79 | 0.81 | 0 | 0.54 | 0.33 | 140.15 | 0.67 | 0.4 |
| Hex | 21 | AA | 4F | 51 | 0 | 36 | 21 | 8C | 43 | 28 |
| Octal | 41 | 252 | 117 | 121 | 0 | 66 | 41 | 214 | 103 | 50 |
| Binary | 100001 | 10101010 | 1001111 | 1010001 | 0 | 110110 | 100001 | 10001100 | 1000011 | 101000 |
Color Harmonies of #21AA4F
Complementary color
Monochromatic Colors of #21AA4F
Black with #21AA4F
Text Example
Text Example
White with #21AA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA4F; }
p { color: rgb(33,170,79); }
H1.HeaderClassName
{
color: #21AA4F;
}
.AnyTagClassName
{
color: #21AA4F;
}
</style>
background-color css
<style>
a { background-color: #21AA4F; }
a { background-color: rgb(33,170,79); }
div.DivClassName
{
background-color: #21AA4F;
}
.BgClassName
{
background-color: #21AA4F;
}
</style>
border-color css
<style>
span { border-color: #21AA4F; }
span { border-color: rgb(33,170,79); }
td.TdClassName
{
border-color: #21AA4F;
}
.TagClassName
{
border-color: #21AA4F;
}
</style>