Shades of Eucalyptus #229D5D
Tints of Eucalyptus #229D5D
RGB
CMYK
RGB Variations
Color information
#229D5D (or 0x229D5D) is known color: Eucalyptus. HEX triplet: 22, 9D and 5D. RGB value is (34,157,93). Sum of RGB (Red+Green+Blue) = 34+157+93=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #229D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D5D is #DD62A2. Grayscale: #717171. Windows color (decimal): -14508707 or 6135074. OLE color: 6135074.
HSL color Cylindrical-coordinate representation of color #229D5D: hue angle of 148.78º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D5D is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 157 | 93 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.38 |
| HSL | 148.78º | 0.64% | 0.37% | - |
| HSV(B) | 148.78º | 0.78% | 0.62% | - |
| XYZ | 14.69 | 25.24 | 14.45 | - |
| YUV | 112.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 93 | 0.78 | 0 | 0.41 | 0.38 | 148.78 | 0.64 | 0.37 |
| Hex | 22 | 9D | 5D | 4E | 0 | 29 | 26 | 95 | 40 | 25 |
| Octal | 42 | 235 | 135 | 116 | 0 | 51 | 46 | 225 | 100 | 45 |
| Binary | 100010 | 10011101 | 1011101 | 1001110 | 0 | 101001 | 100110 | 10010101 | 1000000 | 100101 |
Color Harmonies of #229D5D
Complementary color
Monochromatic Colors of #229D5D
Black with #229D5D
Text Example
Text Example
White with #229D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229D5D; }
p { color: rgb(34,157,93); }
H1.HeaderClassName
{
color: #229D5D;
}
.AnyTagClassName
{
color: #229D5D;
}
</style>
background-color css
<style>
a { background-color: #229D5D; }
a { background-color: rgb(34,157,93); }
div.DivClassName
{
background-color: #229D5D;
}
.BgClassName
{
background-color: #229D5D;
}
</style>
border-color css
<style>
span { border-color: #229D5D; }
span { border-color: rgb(34,157,93); }
td.TdClassName
{
border-color: #229D5D;
}
.TagClassName
{
border-color: #229D5D;
}
</style>