Shades of Eucalyptus #21A867
Tints of Eucalyptus #21A867
RGB
CMYK
RGB Variations
Color information
#21A867 (or 0x21A867) is known color: Eucalyptus. HEX triplet: 21, A8 and 67. RGB value is (33,168,103). Sum of RGB (Red+Green+Blue) = 33+168+103=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #21A867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A867 is #DE5798. Grayscale: #787878. Windows color (decimal): -14571417 or 6793249. OLE color: 6793249.
HSL color Cylindrical-coordinate representation of color #21A867: hue angle of 151.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A867 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 168 | 103 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.34 |
| HSL | 151.11º | 0.67% | 0.39% | - |
| HSV(B) | 151.11º | 0.8% | 0.66% | - |
| XYZ | 17.08 | 29.31 | 17.59 | - |
| YUV | 120.23 | 118.27 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 103 | 0.80 | 0 | 0.39 | 0.34 | 151.11 | 0.67 | 0.39 |
| Hex | 21 | A8 | 67 | 50 | 0 | 27 | 22 | 97 | 43 | 27 |
| Octal | 41 | 250 | 147 | 120 | 0 | 47 | 42 | 227 | 103 | 47 |
| Binary | 100001 | 10101000 | 1100111 | 1010000 | 0 | 100111 | 100010 | 10010111 | 1000011 | 100111 |
Color Harmonies of #21A867
Complementary color
Monochromatic Colors of #21A867
Black with #21A867
Text Example
Text Example
White with #21A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A867; }
p { color: rgb(33,168,103); }
H1.HeaderClassName
{
color: #21A867;
}
.AnyTagClassName
{
color: #21A867;
}
</style>
background-color css
<style>
a { background-color: #21A867; }
a { background-color: rgb(33,168,103); }
div.DivClassName
{
background-color: #21A867;
}
.BgClassName
{
background-color: #21A867;
}
</style>
border-color css
<style>
span { border-color: #21A867; }
span { border-color: rgb(33,168,103); }
td.TdClassName
{
border-color: #21A867;
}
.TagClassName
{
border-color: #21A867;
}
</style>