Shades of Eucalyptus #229F5D
Tints of Eucalyptus #229F5D
RGB
CMYK
RGB Variations
Color information
#229F5D (or 0x229F5D) is known color: Eucalyptus. HEX triplet: 22, 9F and 5D. RGB value is (34,159,93). Sum of RGB (Red+Green+Blue) = 34+159+93=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #229F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F5D is #DD60A2. Grayscale: #727272. Windows color (decimal): -14508195 or 6135586. OLE color: 6135586.
HSL color Cylindrical-coordinate representation of color #229F5D: hue angle of 148.32º 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 #229F5D is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 93 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.38 |
| HSL | 148.32º | 0.65% | 0.38% | - |
| HSV(B) | 148.32º | 0.79% | 0.62% | - |
| XYZ | 15.03 | 25.93 | 14.57 | - |
| YUV | 114.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 93 | 0.79 | 0 | 0.42 | 0.38 | 148.32 | 0.65 | 0.38 |
| Hex | 22 | 9F | 5D | 4F | 0 | 2A | 26 | 94 | 41 | 26 |
| Octal | 42 | 237 | 135 | 117 | 0 | 52 | 46 | 224 | 101 | 46 |
| Binary | 100010 | 10011111 | 1011101 | 1001111 | 0 | 101010 | 100110 | 10010100 | 1000001 | 100110 |
Color Harmonies of #229F5D
Complementary color
Monochromatic Colors of #229F5D
Black with #229F5D
Text Example
Text Example
White with #229F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F5D; }
p { color: rgb(34,159,93); }
H1.HeaderClassName
{
color: #229F5D;
}
.AnyTagClassName
{
color: #229F5D;
}
</style>
background-color css
<style>
a { background-color: #229F5D; }
a { background-color: rgb(34,159,93); }
div.DivClassName
{
background-color: #229F5D;
}
.BgClassName
{
background-color: #229F5D;
}
</style>
border-color css
<style>
span { border-color: #229F5D; }
span { border-color: rgb(34,159,93); }
td.TdClassName
{
border-color: #229F5D;
}
.TagClassName
{
border-color: #229F5D;
}
</style>