Shades of Eucalyptus #229E68
Tints of Eucalyptus #229E68
RGB
CMYK
RGB Variations
Color information
#229E68 (or 0x229E68) is known color: Eucalyptus. HEX triplet: 22, 9E and 68. RGB value is (34,158,104). Sum of RGB (Red+Green+Blue) = 34+158+104=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #229E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E68 is #DD6197. Grayscale: #727272. Windows color (decimal): -14508440 or 6856226. OLE color: 6856226.
HSL color Cylindrical-coordinate representation of color #229E68: hue angle of 153.87º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229E68 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 104 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.38 |
| HSL | 153.87º | 0.65% | 0.38% | - |
| HSV(B) | 153.87º | 0.78% | 0.62% | - |
| XYZ | 15.39 | 25.79 | 17.26 | - |
| YUV | 114.77 | 121.92 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 104 | 0.78 | 0 | 0.34 | 0.38 | 153.87 | 0.65 | 0.38 |
| Hex | 22 | 9E | 68 | 4E | 0 | 22 | 26 | 9A | 41 | 26 |
| Octal | 42 | 236 | 150 | 116 | 0 | 42 | 46 | 232 | 101 | 46 |
| Binary | 100010 | 10011110 | 1101000 | 1001110 | 0 | 100010 | 100110 | 10011010 | 1000001 | 100110 |
Color Harmonies of #229E68
Complementary color
Monochromatic Colors of #229E68
Black with #229E68
Text Example
Text Example
White with #229E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E68; }
p { color: rgb(34,158,104); }
H1.HeaderClassName
{
color: #229E68;
}
.AnyTagClassName
{
color: #229E68;
}
</style>
background-color css
<style>
a { background-color: #229E68; }
a { background-color: rgb(34,158,104); }
div.DivClassName
{
background-color: #229E68;
}
.BgClassName
{
background-color: #229E68;
}
</style>
border-color css
<style>
span { border-color: #229E68; }
span { border-color: rgb(34,158,104); }
td.TdClassName
{
border-color: #229E68;
}
.TagClassName
{
border-color: #229E68;
}
</style>