Shades of Eucalyptus #21A062
Tints of Eucalyptus #21A062
RGB
CMYK
RGB Variations
Color information
#21A062 (or 0x21A062) is known color: Eucalyptus. HEX triplet: 21, A0 and 62. RGB value is (33,160,98). Sum of RGB (Red+Green+Blue) = 33+160+98=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #21A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A062 is #DE5F9D. Grayscale: #737373. Windows color (decimal): -14573470 or 6463521. OLE color: 6463521.
HSL color Cylindrical-coordinate representation of color #21A062: hue angle of 150.71º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A062 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 98 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.37 |
| HSL | 150.71º | 0.66% | 0.38% | - |
| HSV(B) | 150.71º | 0.79% | 0.63% | - |
| XYZ | 15.4 | 26.35 | 15.83 | - |
| YUV | 114.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 98 | 0.79 | 0 | 0.39 | 0.37 | 150.71 | 0.66 | 0.38 |
| Hex | 21 | A0 | 62 | 4F | 0 | 27 | 25 | 97 | 42 | 26 |
| Octal | 41 | 240 | 142 | 117 | 0 | 47 | 45 | 227 | 102 | 46 |
| Binary | 100001 | 10100000 | 1100010 | 1001111 | 0 | 100111 | 100101 | 10010111 | 1000010 | 100110 |
Color Harmonies of #21A062
Complementary color
Monochromatic Colors of #21A062
Black with #21A062
Text Example
Text Example
White with #21A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A062; }
p { color: rgb(33,160,98); }
H1.HeaderClassName
{
color: #21A062;
}
.AnyTagClassName
{
color: #21A062;
}
</style>
background-color css
<style>
a { background-color: #21A062; }
a { background-color: rgb(33,160,98); }
div.DivClassName
{
background-color: #21A062;
}
.BgClassName
{
background-color: #21A062;
}
</style>
border-color css
<style>
span { border-color: #21A062; }
span { border-color: rgb(33,160,98); }
td.TdClassName
{
border-color: #21A062;
}
.TagClassName
{
border-color: #21A062;
}
</style>