Shades of Eucalyptus #229B64
Tints of Eucalyptus #229B64
RGB
CMYK
RGB Variations
Color information
#229B64 (or 0x229B64) is known color: Eucalyptus. HEX triplet: 22, 9B and 64. RGB value is (34,155,100). Sum of RGB (Red+Green+Blue) = 34+155+100=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #229B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B64 is #DD649B. Grayscale: #707070. Windows color (decimal): -14509212 or 6593314. OLE color: 6593314.
HSL color Cylindrical-coordinate representation of color #229B64: hue angle of 152.73º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B64 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 100 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.39 |
| HSL | 152.73º | 0.64% | 0.37% | - |
| HSV(B) | 152.73º | 0.78% | 0.61% | - |
| XYZ | 14.68 | 24.7 | 16.05 | - |
| YUV | 112.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 100 | 0.78 | 0 | 0.35 | 0.39 | 152.73 | 0.64 | 0.37 |
| Hex | 22 | 9B | 64 | 4E | 0 | 23 | 27 | 99 | 40 | 25 |
| Octal | 42 | 233 | 144 | 116 | 0 | 43 | 47 | 231 | 100 | 45 |
| Binary | 100010 | 10011011 | 1100100 | 1001110 | 0 | 100011 | 100111 | 10011001 | 1000000 | 100101 |
Color Harmonies of #229B64
Complementary color
Monochromatic Colors of #229B64
Black with #229B64
Text Example
Text Example
White with #229B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B64; }
p { color: rgb(34,155,100); }
H1.HeaderClassName
{
color: #229B64;
}
.AnyTagClassName
{
color: #229B64;
}
</style>
background-color css
<style>
a { background-color: #229B64; }
a { background-color: rgb(34,155,100); }
div.DivClassName
{
background-color: #229B64;
}
.BgClassName
{
background-color: #229B64;
}
</style>
border-color css
<style>
span { border-color: #229B64; }
span { border-color: rgb(34,155,100); }
td.TdClassName
{
border-color: #229B64;
}
.TagClassName
{
border-color: #229B64;
}
</style>