Shades of Eucalyptus #229F62
Tints of Eucalyptus #229F62
RGB
CMYK
RGB Variations
Color information
#229F62 (or 0x229F62) is known color: Eucalyptus. HEX triplet: 22, 9F and 62. RGB value is (34,159,98). Sum of RGB (Red+Green+Blue) = 34+159+98=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #229F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F62 is #DD609D. Grayscale: #727272. Windows color (decimal): -14508190 or 6463266. OLE color: 6463266.
HSL color Cylindrical-coordinate representation of color #229F62: hue angle of 150.72º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F62 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 98 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.38 |
| HSL | 150.72º | 0.65% | 0.38% | - |
| HSV(B) | 150.72º | 0.79% | 0.62% | - |
| XYZ | 15.26 | 26.02 | 15.77 | - |
| YUV | 114.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 98 | 0.79 | 0 | 0.38 | 0.38 | 150.72 | 0.65 | 0.38 |
| Hex | 22 | 9F | 62 | 4F | 0 | 26 | 26 | 97 | 41 | 26 |
| Octal | 42 | 237 | 142 | 117 | 0 | 46 | 46 | 227 | 101 | 46 |
| Binary | 100010 | 10011111 | 1100010 | 1001111 | 0 | 100110 | 100110 | 10010111 | 1000001 | 100110 |
Color Harmonies of #229F62
Complementary color
Monochromatic Colors of #229F62
Black with #229F62
Text Example
Text Example
White with #229F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F62; }
p { color: rgb(34,159,98); }
H1.HeaderClassName
{
color: #229F62;
}
.AnyTagClassName
{
color: #229F62;
}
</style>
background-color css
<style>
a { background-color: #229F62; }
a { background-color: rgb(34,159,98); }
div.DivClassName
{
background-color: #229F62;
}
.BgClassName
{
background-color: #229F62;
}
</style>
border-color css
<style>
span { border-color: #229F62; }
span { border-color: rgb(34,159,98); }
td.TdClassName
{
border-color: #229F62;
}
.TagClassName
{
border-color: #229F62;
}
</style>