Shades of Eucalyptus #219E67
Tints of Eucalyptus #219E67
RGB
CMYK
RGB Variations
Color information
#219E67 (or 0x219E67) is known color: Eucalyptus. HEX triplet: 21, 9E and 67. RGB value is (33,158,103). Sum of RGB (Red+Green+Blue) = 33+158+103=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #219E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219E67 is #DE6198. Grayscale: #727272. Windows color (decimal): -14573977 or 6790689. OLE color: 6790689.
HSL color Cylindrical-coordinate representation of color #219E67: hue angle of 153.6º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219E67 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 158 | 103 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.38 |
| HSL | 153.6º | 0.65% | 0.37% | - |
| HSV(B) | 153.6º | 0.79% | 0.62% | - |
| XYZ | 15.3 | 25.76 | 17 | - |
| YUV | 114.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 103 | 0.79 | 0 | 0.35 | 0.38 | 153.6 | 0.65 | 0.37 |
| Hex | 21 | 9E | 67 | 4F | 0 | 23 | 26 | 9A | 41 | 25 |
| Octal | 41 | 236 | 147 | 117 | 0 | 43 | 46 | 232 | 101 | 45 |
| Binary | 100001 | 10011110 | 1100111 | 1001111 | 0 | 100011 | 100110 | 10011010 | 1000001 | 100101 |
Color Harmonies of #219E67
Complementary color
Monochromatic Colors of #219E67
Black with #219E67
Text Example
Text Example
White with #219E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219E67; }
p { color: rgb(33,158,103); }
H1.HeaderClassName
{
color: #219E67;
}
.AnyTagClassName
{
color: #219E67;
}
</style>
background-color css
<style>
a { background-color: #219E67; }
a { background-color: rgb(33,158,103); }
div.DivClassName
{
background-color: #219E67;
}
.BgClassName
{
background-color: #219E67;
}
</style>
border-color css
<style>
span { border-color: #219E67; }
span { border-color: rgb(33,158,103); }
td.TdClassName
{
border-color: #219E67;
}
.TagClassName
{
border-color: #219E67;
}
</style>