Shades of Eucalyptus #29A159
Tints of Eucalyptus #29A159
RGB
CMYK
RGB Variations
Color information
#29A159 (or 0x29A159) is known color: Eucalyptus. HEX triplet: 29, A1 and 59. RGB value is (41,161,89). Sum of RGB (Red+Green+Blue) = 41+161+89=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #29A159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A159 is #D65EA6. Grayscale: #757575. Windows color (decimal): -14048935 or 5873961. OLE color: 5873961.
HSL color Cylindrical-coordinate representation of color #29A159: hue angle of 144º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A159 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 161 | 89 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.37 |
| HSL | 144º | 0.59% | 0.4% | - |
| HSV(B) | 144º | 0.75% | 0.63% | - |
| XYZ | 15.46 | 26.68 | 13.79 | - |
| YUV | 116.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 161 | 89 | 0.75 | 0 | 0.45 | 0.37 | 144 | 0.59 | 0.4 |
| Hex | 29 | A1 | 59 | 4B | 0 | 2D | 25 | 90 | 3B | 28 |
| Octal | 51 | 241 | 131 | 113 | 0 | 55 | 45 | 220 | 73 | 50 |
| Binary | 101001 | 10100001 | 1011001 | 1001011 | 0 | 101101 | 100101 | 10010000 | 111011 | 101000 |
Color Harmonies of #29A159
Complementary color
Monochromatic Colors of #29A159
Black with #29A159
Text Example
Text Example
White with #29A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A159; }
p { color: rgb(41,161,89); }
H1.HeaderClassName
{
color: #29A159;
}
.AnyTagClassName
{
color: #29A159;
}
</style>
background-color css
<style>
a { background-color: #29A159; }
a { background-color: rgb(41,161,89); }
div.DivClassName
{
background-color: #29A159;
}
.BgClassName
{
background-color: #29A159;
}
</style>
border-color css
<style>
span { border-color: #29A159; }
span { border-color: rgb(41,161,89); }
td.TdClassName
{
border-color: #29A159;
}
.TagClassName
{
border-color: #29A159;
}
</style>