Shades of Eucalyptus #229E5E
Tints of Eucalyptus #229E5E
RGB
CMYK
RGB Variations
Color information
#229E5E (or 0x229E5E) is known color: Eucalyptus. HEX triplet: 22, 9E and 5E. RGB value is (34,158,94). Sum of RGB (Red+Green+Blue) = 34+158+94=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 158 (62.11% from 255 or 55.24% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 158 - color contains mainly: green. Hex color #229E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E5E is #DD61A1. Grayscale: #717171. Windows color (decimal): -14508450 or 6200866. OLE color: 6200866.
HSL color Cylindrical-coordinate representation of color #229E5E: hue angle of 149.03º 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 #229E5E is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 94 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.38 |
| HSL | 149.03º | 0.65% | 0.38% | - |
| HSV(B) | 149.03º | 0.78% | 0.62% | - |
| XYZ | 14.91 | 25.6 | 14.75 | - |
| YUV | 113.63 | 116.92 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 94 | 0.78 | 0 | 0.41 | 0.38 | 149.03 | 0.65 | 0.38 |
| Hex | 22 | 9E | 5E | 4E | 0 | 29 | 26 | 95 | 41 | 26 |
| Octal | 42 | 236 | 136 | 116 | 0 | 51 | 46 | 225 | 101 | 46 |
| Binary | 100010 | 10011110 | 1011110 | 1001110 | 0 | 101001 | 100110 | 10010101 | 1000001 | 100110 |
Color Harmonies of #229E5E
Complementary color
Monochromatic Colors of #229E5E
Black with #229E5E
Text Example
Text Example
White with #229E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E5E; }
p { color: rgb(34,158,94); }
H1.HeaderClassName
{
color: #229E5E;
}
.AnyTagClassName
{
color: #229E5E;
}
</style>
background-color css
<style>
a { background-color: #229E5E; }
a { background-color: rgb(34,158,94); }
div.DivClassName
{
background-color: #229E5E;
}
.BgClassName
{
background-color: #229E5E;
}
</style>
border-color css
<style>
span { border-color: #229E5E; }
span { border-color: rgb(34,158,94); }
td.TdClassName
{
border-color: #229E5E;
}
.TagClassName
{
border-color: #229E5E;
}
</style>