Shades of Eucalyptus #21A357
Tints of Eucalyptus #21A357
RGB
CMYK
RGB Variations
Color information
#21A357 (or 0x21A357) is known color: Eucalyptus. HEX triplet: 21, A3 and 57. RGB value is (33,163,87). Sum of RGB (Red+Green+Blue) = 33+163+87=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #21A357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A357 is #DE5CA8. Grayscale: #737373. Windows color (decimal): -14572713 or 5743393. OLE color: 5743393.
HSL color Cylindrical-coordinate representation of color #21A357: hue angle of 144.92º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A357 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 87 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.36 |
| HSL | 144.92º | 0.66% | 0.38% | - |
| HSV(B) | 144.92º | 0.8% | 0.64% | - |
| XYZ | 15.44 | 27.21 | 13.45 | - |
| YUV | 115.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 87 | 0.80 | 0 | 0.47 | 0.36 | 144.92 | 0.66 | 0.38 |
| Hex | 21 | A3 | 57 | 50 | 0 | 2F | 24 | 91 | 42 | 26 |
| Octal | 41 | 243 | 127 | 120 | 0 | 57 | 44 | 221 | 102 | 46 |
| Binary | 100001 | 10100011 | 1010111 | 1010000 | 0 | 101111 | 100100 | 10010001 | 1000010 | 100110 |
Color Harmonies of #21A357
Complementary color
Monochromatic Colors of #21A357
Black with #21A357
Text Example
Text Example
White with #21A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A357; }
p { color: rgb(33,163,87); }
H1.HeaderClassName
{
color: #21A357;
}
.AnyTagClassName
{
color: #21A357;
}
</style>
background-color css
<style>
a { background-color: #21A357; }
a { background-color: rgb(33,163,87); }
div.DivClassName
{
background-color: #21A357;
}
.BgClassName
{
background-color: #21A357;
}
</style>
border-color css
<style>
span { border-color: #21A357; }
span { border-color: rgb(33,163,87); }
td.TdClassName
{
border-color: #21A357;
}
.TagClassName
{
border-color: #21A357;
}
</style>