Shades of Eucalyptus #229C62
Tints of Eucalyptus #229C62
RGB
CMYK
RGB Variations
Color information
#229C62 (or 0x229C62) is known color: Eucalyptus. HEX triplet: 22, 9C and 62. RGB value is (34,156,98). Sum of RGB (Red+Green+Blue) = 34+156+98=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #229C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C62 is #DD639D. Grayscale: #717171. Windows color (decimal): -14508958 or 6462498. OLE color: 6462498.
HSL color Cylindrical-coordinate representation of color #229C62: hue angle of 151.48º 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 #229C62 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 156 | 98 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.39 |
| HSL | 151.48º | 0.64% | 0.37% | - |
| HSV(B) | 151.48º | 0.78% | 0.61% | - |
| XYZ | 14.75 | 25 | 15.6 | - |
| YUV | 112.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 98 | 0.78 | 0 | 0.37 | 0.39 | 151.48 | 0.64 | 0.37 |
| Hex | 22 | 9C | 62 | 4E | 0 | 25 | 27 | 97 | 40 | 25 |
| Octal | 42 | 234 | 142 | 116 | 0 | 45 | 47 | 227 | 100 | 45 |
| Binary | 100010 | 10011100 | 1100010 | 1001110 | 0 | 100101 | 100111 | 10010111 | 1000000 | 100101 |
Color Harmonies of #229C62
Complementary color
Monochromatic Colors of #229C62
Black with #229C62
Text Example
Text Example
White with #229C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229C62; }
p { color: rgb(34,156,98); }
H1.HeaderClassName
{
color: #229C62;
}
.AnyTagClassName
{
color: #229C62;
}
</style>
background-color css
<style>
a { background-color: #229C62; }
a { background-color: rgb(34,156,98); }
div.DivClassName
{
background-color: #229C62;
}
.BgClassName
{
background-color: #229C62;
}
</style>
border-color css
<style>
span { border-color: #229C62; }
span { border-color: rgb(34,156,98); }
td.TdClassName
{
border-color: #229C62;
}
.TagClassName
{
border-color: #229C62;
}
</style>