Shades of Eucalyptus #29A768
Tints of Eucalyptus #29A768
RGB
CMYK
RGB Variations
Color information
#29A768 (or 0x29A768) is known color: Eucalyptus. HEX triplet: 29, A7 and 68. RGB value is (41,167,104). Sum of RGB (Red+Green+Blue) = 41+167+104=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #29A768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A768 is #D65897. Grayscale: #7A7A7A. Windows color (decimal): -14047384 or 6858537. OLE color: 6858537.
HSL color Cylindrical-coordinate representation of color #29A768: hue angle of 150º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A768 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 167 | 104 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.35 |
| HSL | 150º | 0.61% | 0.41% | - |
| HSV(B) | 150º | 0.75% | 0.65% | - |
| XYZ | 17.23 | 29.11 | 17.81 | - |
| YUV | 122.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 167 | 104 | 0.75 | 0 | 0.38 | 0.35 | 150 | 0.61 | 0.41 |
| Hex | 29 | A7 | 68 | 4B | 0 | 26 | 23 | 96 | 3D | 29 |
| Octal | 51 | 247 | 150 | 113 | 0 | 46 | 43 | 226 | 75 | 51 |
| Binary | 101001 | 10100111 | 1101000 | 1001011 | 0 | 100110 | 100011 | 10010110 | 111101 | 101001 |
Color Harmonies of #29A768
Complementary color
Monochromatic Colors of #29A768
Black with #29A768
Text Example
Text Example
White with #29A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A768; }
p { color: rgb(41,167,104); }
H1.HeaderClassName
{
color: #29A768;
}
.AnyTagClassName
{
color: #29A768;
}
</style>
background-color css
<style>
a { background-color: #29A768; }
a { background-color: rgb(41,167,104); }
div.DivClassName
{
background-color: #29A768;
}
.BgClassName
{
background-color: #29A768;
}
</style>
border-color css
<style>
span { border-color: #29A768; }
span { border-color: rgb(41,167,104); }
td.TdClassName
{
border-color: #29A768;
}
.TagClassName
{
border-color: #29A768;
}
</style>