Shades of Eucalyptus #229961
Tints of Eucalyptus #229961
RGB
CMYK
RGB Variations
Color information
#229961 (or 0x229961) is known color: Eucalyptus. HEX triplet: 22, 99 and 61. RGB value is (34,153,97). Sum of RGB (Red+Green+Blue) = 34+153+97=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #229961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229961 is #DD669E. Grayscale: #6F6F6F. Windows color (decimal): -14509727 or 6396194. OLE color: 6396194.
HSL color Cylindrical-coordinate representation of color #229961: hue angle of 151.76º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229961 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 97 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.4 |
| HSL | 151.76º | 0.64% | 0.37% | - |
| HSV(B) | 151.76º | 0.78% | 0.6% | - |
| XYZ | 14.21 | 23.99 | 15.19 | - |
| YUV | 111.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 97 | 0.78 | 0 | 0.37 | 0.4 | 151.76 | 0.64 | 0.37 |
| Hex | 22 | 99 | 61 | 4E | 0 | 25 | 28 | 98 | 40 | 25 |
| Octal | 42 | 231 | 141 | 116 | 0 | 45 | 50 | 230 | 100 | 45 |
| Binary | 100010 | 10011001 | 1100001 | 1001110 | 0 | 100101 | 101000 | 10011000 | 1000000 | 100101 |
Color Harmonies of #229961
Complementary color
Monochromatic Colors of #229961
Black with #229961
Text Example
Text Example
White with #229961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229961; }
p { color: rgb(34,153,97); }
H1.HeaderClassName
{
color: #229961;
}
.AnyTagClassName
{
color: #229961;
}
</style>
background-color css
<style>
a { background-color: #229961; }
a { background-color: rgb(34,153,97); }
div.DivClassName
{
background-color: #229961;
}
.BgClassName
{
background-color: #229961;
}
</style>
border-color css
<style>
span { border-color: #229961; }
span { border-color: rgb(34,153,97); }
td.TdClassName
{
border-color: #229961;
}
.TagClassName
{
border-color: #229961;
}
</style>