Shades of Eucalyptus #21AB5A
Tints of Eucalyptus #21AB5A
RGB
CMYK
RGB Variations
Color information
#21AB5A (or 0x21AB5A) is known color: Eucalyptus. HEX triplet: 21, AB and 5A. RGB value is (33,171,90). Sum of RGB (Red+Green+Blue) = 33+171+90=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB5A is #DE54A5. Grayscale: #787878. Windows color (decimal): -14570662 or 5942049. OLE color: 5942049.
HSL color Cylindrical-coordinate representation of color #21AB5A: hue angle of 144.78º degrees, saturation: 0.68, 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 #21AB5A is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 90 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.33 |
| HSL | 144.78º | 0.68% | 0.4% | - |
| HSV(B) | 144.78º | 0.81% | 0.67% | - |
| XYZ | 17.04 | 30.19 | 14.6 | - |
| YUV | 120.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 90 | 0.81 | 0 | 0.47 | 0.33 | 144.78 | 0.68 | 0.4 |
| Hex | 21 | AB | 5A | 51 | 0 | 2F | 21 | 91 | 44 | 28 |
| Octal | 41 | 253 | 132 | 121 | 0 | 57 | 41 | 221 | 104 | 50 |
| Binary | 100001 | 10101011 | 1011010 | 1010001 | 0 | 101111 | 100001 | 10010001 | 1000100 | 101000 |
Color Harmonies of #21AB5A
Complementary color
Monochromatic Colors of #21AB5A
Black with #21AB5A
Text Example
Text Example
White with #21AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB5A; }
p { color: rgb(33,171,90); }
H1.HeaderClassName
{
color: #21AB5A;
}
.AnyTagClassName
{
color: #21AB5A;
}
</style>
background-color css
<style>
a { background-color: #21AB5A; }
a { background-color: rgb(33,171,90); }
div.DivClassName
{
background-color: #21AB5A;
}
.BgClassName
{
background-color: #21AB5A;
}
</style>
border-color css
<style>
span { border-color: #21AB5A; }
span { border-color: rgb(33,171,90); }
td.TdClassName
{
border-color: #21AB5A;
}
.TagClassName
{
border-color: #21AB5A;
}
</style>