Shades of Eucalyptus #29AB65
Tints of Eucalyptus #29AB65
RGB
CMYK
RGB Variations
Color information
#29AB65 (or 0x29AB65) is known color: Eucalyptus. HEX triplet: 29, AB and 65. RGB value is (41,171,101). Sum of RGB (Red+Green+Blue) = 41+171+101=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AB65 is #D6549A. Grayscale: #7C7C7C. Windows color (decimal): -14046363 or 6662953. OLE color: 6662953.
HSL color Cylindrical-coordinate representation of color #29AB65: hue angle of 147.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB65 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 101 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.33 |
| HSL | 147.69º | 0.61% | 0.42% | - |
| HSV(B) | 147.69º | 0.76% | 0.67% | - |
| XYZ | 17.83 | 30.54 | 17.27 | - |
| YUV | 124.15 | 114.93 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 101 | 0.76 | 0 | 0.41 | 0.33 | 147.69 | 0.61 | 0.42 |
| Hex | 29 | AB | 65 | 4C | 0 | 29 | 21 | 94 | 3D | 2A |
| Octal | 51 | 253 | 145 | 114 | 0 | 51 | 41 | 224 | 75 | 52 |
| Binary | 101001 | 10101011 | 1100101 | 1001100 | 0 | 101001 | 100001 | 10010100 | 111101 | 101010 |
Color Harmonies of #29AB65
Complementary color
Monochromatic Colors of #29AB65
Black with #29AB65
Text Example
Text Example
White with #29AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB65; }
p { color: rgb(41,171,101); }
H1.HeaderClassName
{
color: #29AB65;
}
.AnyTagClassName
{
color: #29AB65;
}
</style>
background-color css
<style>
a { background-color: #29AB65; }
a { background-color: rgb(41,171,101); }
div.DivClassName
{
background-color: #29AB65;
}
.BgClassName
{
background-color: #29AB65;
}
</style>
border-color css
<style>
span { border-color: #29AB65; }
span { border-color: rgb(41,171,101); }
td.TdClassName
{
border-color: #29AB65;
}
.TagClassName
{
border-color: #29AB65;
}
</style>