Shades of Eucalyptus #219F55
Tints of Eucalyptus #219F55
RGB
CMYK
RGB Variations
Color information
#219F55 (or 0x219F55) is known color: Eucalyptus. HEX triplet: 21, 9F and 55. RGB value is (33,159,85). Sum of RGB (Red+Green+Blue) = 33+159+85=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #219F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F55 is #DE60AA. Grayscale: #717171. Windows color (decimal): -14573739 or 5611297. OLE color: 5611297.
HSL color Cylindrical-coordinate representation of color #219F55: hue angle of 144.76º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F55 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 159 | 85 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.38 |
| HSL | 144.76º | 0.66% | 0.38% | - |
| HSV(B) | 144.76º | 0.79% | 0.62% | - |
| XYZ | 14.67 | 25.78 | 12.8 | - |
| YUV | 112.89 | 112.26 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 85 | 0.79 | 0 | 0.47 | 0.38 | 144.76 | 0.66 | 0.38 |
| Hex | 21 | 9F | 55 | 4F | 0 | 2F | 26 | 91 | 42 | 26 |
| Octal | 41 | 237 | 125 | 117 | 0 | 57 | 46 | 221 | 102 | 46 |
| Binary | 100001 | 10011111 | 1010101 | 1001111 | 0 | 101111 | 100110 | 10010001 | 1000010 | 100110 |
Color Harmonies of #219F55
Complementary color
Monochromatic Colors of #219F55
Black with #219F55
Text Example
Text Example
White with #219F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219F55; }
p { color: rgb(33,159,85); }
H1.HeaderClassName
{
color: #219F55;
}
.AnyTagClassName
{
color: #219F55;
}
</style>
background-color css
<style>
a { background-color: #219F55; }
a { background-color: rgb(33,159,85); }
div.DivClassName
{
background-color: #219F55;
}
.BgClassName
{
background-color: #219F55;
}
</style>
border-color css
<style>
span { border-color: #219F55; }
span { border-color: rgb(33,159,85); }
td.TdClassName
{
border-color: #219F55;
}
.TagClassName
{
border-color: #219F55;
}
</style>