Shades of Eucalyptus #21A762
Tints of Eucalyptus #21A762
RGB
CMYK
RGB Variations
Color information
#21A762 (or 0x21A762) is known color: Eucalyptus. HEX triplet: 21, A7 and 62. RGB value is (33,167,98). Sum of RGB (Red+Green+Blue) = 33+167+98=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #21A762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A762 is #DE589D. Grayscale: #777777. Windows color (decimal): -14571678 or 6465313. OLE color: 6465313.
HSL color Cylindrical-coordinate representation of color #21A762: hue angle of 149.1º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A762 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 167 | 98 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.35 |
| HSL | 149.1º | 0.67% | 0.39% | - |
| HSV(B) | 149.1º | 0.8% | 0.65% | - |
| XYZ | 16.65 | 28.84 | 16.24 | - |
| YUV | 119.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 98 | 0.80 | 0 | 0.41 | 0.35 | 149.1 | 0.67 | 0.39 |
| Hex | 21 | A7 | 62 | 50 | 0 | 29 | 23 | 95 | 43 | 27 |
| Octal | 41 | 247 | 142 | 120 | 0 | 51 | 43 | 225 | 103 | 47 |
| Binary | 100001 | 10100111 | 1100010 | 1010000 | 0 | 101001 | 100011 | 10010101 | 1000011 | 100111 |
Color Harmonies of #21A762
Complementary color
Monochromatic Colors of #21A762
Black with #21A762
Text Example
Text Example
White with #21A762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A762; }
p { color: rgb(33,167,98); }
H1.HeaderClassName
{
color: #21A762;
}
.AnyTagClassName
{
color: #21A762;
}
</style>
background-color css
<style>
a { background-color: #21A762; }
a { background-color: rgb(33,167,98); }
div.DivClassName
{
background-color: #21A762;
}
.BgClassName
{
background-color: #21A762;
}
</style>
border-color css
<style>
span { border-color: #21A762; }
span { border-color: rgb(33,167,98); }
td.TdClassName
{
border-color: #21A762;
}
.TagClassName
{
border-color: #21A762;
}
</style>