Shades of Eucalyptus #29AA5D
Tints of Eucalyptus #29AA5D
RGB
CMYK
RGB Variations
Color information
#29AA5D (or 0x29AA5D) is known color: Eucalyptus. HEX triplet: 29, AA and 5D. RGB value is (41,170,93). Sum of RGB (Red+Green+Blue) = 41+170+93=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AA5D is #D655A2. Grayscale: #7A7A7A. Windows color (decimal): -14046627 or 6138409. OLE color: 6138409.
HSL color Cylindrical-coordinate representation of color #29AA5D: hue angle of 144.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA5D is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 170 | 93 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.33 |
| HSL | 144.19º | 0.61% | 0.41% | - |
| HSV(B) | 144.19º | 0.76% | 0.67% | - |
| XYZ | 17.26 | 30.01 | 15.24 | - |
| YUV | 122.65 | 111.26 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 93 | 0.76 | 0 | 0.45 | 0.33 | 144.19 | 0.61 | 0.41 |
| Hex | 29 | AA | 5D | 4C | 0 | 2D | 21 | 90 | 3D | 29 |
| Octal | 51 | 252 | 135 | 114 | 0 | 55 | 41 | 220 | 75 | 51 |
| Binary | 101001 | 10101010 | 1011101 | 1001100 | 0 | 101101 | 100001 | 10010000 | 111101 | 101001 |
Color Harmonies of #29AA5D
Complementary color
Monochromatic Colors of #29AA5D
Black with #29AA5D
Text Example
Text Example
White with #29AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AA5D; }
p { color: rgb(41,170,93); }
H1.HeaderClassName
{
color: #29AA5D;
}
.AnyTagClassName
{
color: #29AA5D;
}
</style>
background-color css
<style>
a { background-color: #29AA5D; }
a { background-color: rgb(41,170,93); }
div.DivClassName
{
background-color: #29AA5D;
}
.BgClassName
{
background-color: #29AA5D;
}
</style>
border-color css
<style>
span { border-color: #29AA5D; }
span { border-color: rgb(41,170,93); }
td.TdClassName
{
border-color: #29AA5D;
}
.TagClassName
{
border-color: #29AA5D;
}
</style>