Shades of Eucalyptus #29A069
Tints of Eucalyptus #29A069
RGB
CMYK
RGB Variations
Color information
#29A069 (or 0x29A069) is known color: Eucalyptus. HEX triplet: 29, A0 and 69. RGB value is (41,160,105). Sum of RGB (Red+Green+Blue) = 41+160+105=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #29A069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A069 is #D65F96. Grayscale: #767676. Windows color (decimal): -14049175 or 6922281. OLE color: 6922281.
HSL color Cylindrical-coordinate representation of color #29A069: hue angle of 152.27º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A069 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 160 | 105 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.37 |
| HSL | 152.27º | 0.59% | 0.39% | - |
| HSV(B) | 152.27º | 0.74% | 0.63% | - |
| XYZ | 16.04 | 26.63 | 17.66 | - |
| YUV | 118.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 160 | 105 | 0.74 | 0 | 0.34 | 0.37 | 152.27 | 0.59 | 0.39 |
| Hex | 29 | A0 | 69 | 4A | 0 | 22 | 25 | 98 | 3B | 27 |
| Octal | 51 | 240 | 151 | 112 | 0 | 42 | 45 | 230 | 73 | 47 |
| Binary | 101001 | 10100000 | 1101001 | 1001010 | 0 | 100010 | 100101 | 10011000 | 111011 | 100111 |
Color Harmonies of #29A069
Complementary color
Monochromatic Colors of #29A069
Black with #29A069
Text Example
Text Example
White with #29A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A069; }
p { color: rgb(41,160,105); }
H1.HeaderClassName
{
color: #29A069;
}
.AnyTagClassName
{
color: #29A069;
}
</style>
background-color css
<style>
a { background-color: #29A069; }
a { background-color: rgb(41,160,105); }
div.DivClassName
{
background-color: #29A069;
}
.BgClassName
{
background-color: #29A069;
}
</style>
border-color css
<style>
span { border-color: #29A069; }
span { border-color: rgb(41,160,105); }
td.TdClassName
{
border-color: #29A069;
}
.TagClassName
{
border-color: #29A069;
}
</style>