Shades of Eucalyptus #21AB52
Tints of Eucalyptus #21AB52
RGB
CMYK
RGB Variations
Color information
#21AB52 (or 0x21AB52) is known color: Eucalyptus. HEX triplet: 21, AB and 52. RGB value is (33,171,82). Sum of RGB (Red+Green+Blue) = 33+171+82=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB52 is #DE54AD. Grayscale: #777777. Windows color (decimal): -14570670 or 5417761. OLE color: 5417761.
HSL color Cylindrical-coordinate representation of color #21AB52: hue angle of 141.3º 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 #21AB52 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 82 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.33 |
| HSL | 141.3º | 0.68% | 0.4% | - |
| HSV(B) | 141.3º | 0.81% | 0.67% | - |
| XYZ | 16.71 | 30.06 | 12.9 | - |
| YUV | 119.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 82 | 0.81 | 0 | 0.52 | 0.33 | 141.3 | 0.68 | 0.4 |
| Hex | 21 | AB | 52 | 51 | 0 | 34 | 21 | 8D | 44 | 28 |
| Octal | 41 | 253 | 122 | 121 | 0 | 64 | 41 | 215 | 104 | 50 |
| Binary | 100001 | 10101011 | 1010010 | 1010001 | 0 | 110100 | 100001 | 10001101 | 1000100 | 101000 |
Color Harmonies of #21AB52
Complementary color
Monochromatic Colors of #21AB52
Black with #21AB52
Text Example
Text Example
White with #21AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB52; }
p { color: rgb(33,171,82); }
H1.HeaderClassName
{
color: #21AB52;
}
.AnyTagClassName
{
color: #21AB52;
}
</style>
background-color css
<style>
a { background-color: #21AB52; }
a { background-color: rgb(33,171,82); }
div.DivClassName
{
background-color: #21AB52;
}
.BgClassName
{
background-color: #21AB52;
}
</style>
border-color css
<style>
span { border-color: #21AB52; }
span { border-color: rgb(33,171,82); }
td.TdClassName
{
border-color: #21AB52;
}
.TagClassName
{
border-color: #21AB52;
}
</style>