Shades of Eucalyptus #229965
Tints of Eucalyptus #229965
RGB
CMYK
RGB Variations
Color information
#229965 (or 0x229965) is known color: Eucalyptus. HEX triplet: 22, 99 and 65. RGB value is (34,153,101). Sum of RGB (Red+Green+Blue) = 34+153+101=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #229965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229965 is #DD669A. Grayscale: #6F6F6F. Windows color (decimal): -14509723 or 6658338. OLE color: 6658338.
HSL color Cylindrical-coordinate representation of color #229965: hue angle of 153.78º 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 #229965 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 101 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.4 |
| HSL | 153.78º | 0.64% | 0.37% | - |
| HSV(B) | 153.78º | 0.78% | 0.6% | - |
| XYZ | 14.4 | 24.06 | 16.2 | - |
| YUV | 111.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 101 | 0.78 | 0 | 0.34 | 0.4 | 153.78 | 0.64 | 0.37 |
| Hex | 22 | 99 | 65 | 4E | 0 | 22 | 28 | 9A | 40 | 25 |
| Octal | 42 | 231 | 145 | 116 | 0 | 42 | 50 | 232 | 100 | 45 |
| Binary | 100010 | 10011001 | 1100101 | 1001110 | 0 | 100010 | 101000 | 10011010 | 1000000 | 100101 |
Color Harmonies of #229965
Complementary color
Monochromatic Colors of #229965
Black with #229965
Text Example
Text Example
White with #229965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229965; }
p { color: rgb(34,153,101); }
H1.HeaderClassName
{
color: #229965;
}
.AnyTagClassName
{
color: #229965;
}
</style>
background-color css
<style>
a { background-color: #229965; }
a { background-color: rgb(34,153,101); }
div.DivClassName
{
background-color: #229965;
}
.BgClassName
{
background-color: #229965;
}
</style>
border-color css
<style>
span { border-color: #229965; }
span { border-color: rgb(34,153,101); }
td.TdClassName
{
border-color: #229965;
}
.TagClassName
{
border-color: #229965;
}
</style>