Shades of Eucalyptus #229F60
Tints of Eucalyptus #229F60
RGB
CMYK
RGB Variations
Color information
#229F60 (or 0x229F60) is known color: Eucalyptus. HEX triplet: 22, 9F and 60. RGB value is (34,159,96). Sum of RGB (Red+Green+Blue) = 34+159+96=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #229F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F60 is #DD609F. Grayscale: #727272. Windows color (decimal): -14508192 or 6332194. OLE color: 6332194.
HSL color Cylindrical-coordinate representation of color #229F60: hue angle of 149.76º degrees, saturation: 0.65, 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 #229F60 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 96 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.38 |
| HSL | 149.76º | 0.65% | 0.38% | - |
| HSV(B) | 149.76º | 0.79% | 0.62% | - |
| XYZ | 15.17 | 25.98 | 15.28 | - |
| YUV | 114.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 96 | 0.79 | 0 | 0.40 | 0.38 | 149.76 | 0.65 | 0.38 |
| Hex | 22 | 9F | 60 | 4F | 0 | 28 | 26 | 96 | 41 | 26 |
| Octal | 42 | 237 | 140 | 117 | 0 | 50 | 46 | 226 | 101 | 46 |
| Binary | 100010 | 10011111 | 1100000 | 1001111 | 0 | 101000 | 100110 | 10010110 | 1000001 | 100110 |
Color Harmonies of #229F60
Complementary color
Monochromatic Colors of #229F60
Black with #229F60
Text Example
Text Example
White with #229F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F60; }
p { color: rgb(34,159,96); }
H1.HeaderClassName
{
color: #229F60;
}
.AnyTagClassName
{
color: #229F60;
}
</style>
background-color css
<style>
a { background-color: #229F60; }
a { background-color: rgb(34,159,96); }
div.DivClassName
{
background-color: #229F60;
}
.BgClassName
{
background-color: #229F60;
}
</style>
border-color css
<style>
span { border-color: #229F60; }
span { border-color: rgb(34,159,96); }
td.TdClassName
{
border-color: #229F60;
}
.TagClassName
{
border-color: #229F60;
}
</style>