Shades of Eucalyptus #219C62
Tints of Eucalyptus #219C62
RGB
CMYK
RGB Variations
Color information
#219C62 (or 0x219C62) is known color: Eucalyptus. HEX triplet: 21, 9C and 62. RGB value is (33,156,98). Sum of RGB (Red+Green+Blue) = 33+156+98=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #219C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C62 is #DE639D. Grayscale: #707070. Windows color (decimal): -14574494 or 6462497. OLE color: 6462497.
HSL color Cylindrical-coordinate representation of color #219C62: hue angle of 151.71º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C62 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 98 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.39 |
| HSL | 151.71º | 0.65% | 0.37% | - |
| HSV(B) | 151.71º | 0.79% | 0.61% | - |
| XYZ | 14.72 | 24.98 | 15.6 | - |
| YUV | 112.61 | 119.75 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 98 | 0.79 | 0 | 0.37 | 0.39 | 151.71 | 0.65 | 0.37 |
| Hex | 21 | 9C | 62 | 4F | 0 | 25 | 27 | 98 | 41 | 25 |
| Octal | 41 | 234 | 142 | 117 | 0 | 45 | 47 | 230 | 101 | 45 |
| Binary | 100001 | 10011100 | 1100010 | 1001111 | 0 | 100101 | 100111 | 10011000 | 1000001 | 100101 |
Color Harmonies of #219C62
Complementary color
Monochromatic Colors of #219C62
Black with #219C62
Text Example
Text Example
White with #219C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C62; }
p { color: rgb(33,156,98); }
H1.HeaderClassName
{
color: #219C62;
}
.AnyTagClassName
{
color: #219C62;
}
</style>
background-color css
<style>
a { background-color: #219C62; }
a { background-color: rgb(33,156,98); }
div.DivClassName
{
background-color: #219C62;
}
.BgClassName
{
background-color: #219C62;
}
</style>
border-color css
<style>
span { border-color: #219C62; }
span { border-color: rgb(33,156,98); }
td.TdClassName
{
border-color: #219C62;
}
.TagClassName
{
border-color: #219C62;
}
</style>