Shades of Eucalyptus #29965C
Tints of Eucalyptus #29965C
RGB
CMYK
RGB Variations
Color information
#29965C (or 0x29965C) is known color: Eucalyptus. HEX triplet: 29, 96 and 5C. RGB value is (41,150,92). Sum of RGB (Red+Green+Blue) = 41+150+92=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #29965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29965C is #D669A3. Grayscale: #6E6E6E. Windows color (decimal): -14051748 or 6067753. OLE color: 6067753.
HSL color Cylindrical-coordinate representation of color #29965C: hue angle of 148.07º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29965C is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 92 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.41 |
| HSL | 148.07º | 0.57% | 0.37% | - |
| HSV(B) | 148.07º | 0.73% | 0.59% | - |
| XYZ | 13.75 | 23.06 | 13.85 | - |
| YUV | 110.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 92 | 0.73 | 0 | 0.39 | 0.41 | 148.07 | 0.57 | 0.37 |
| Hex | 29 | 96 | 5C | 49 | 0 | 27 | 29 | 94 | 39 | 25 |
| Octal | 51 | 226 | 134 | 111 | 0 | 47 | 51 | 224 | 71 | 45 |
| Binary | 101001 | 10010110 | 1011100 | 1001001 | 0 | 100111 | 101001 | 10010100 | 111001 | 100101 |
Color Harmonies of #29965C
Complementary color
Monochromatic Colors of #29965C
Black with #29965C
Text Example
Text Example
White with #29965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29965C; }
p { color: rgb(41,150,92); }
H1.HeaderClassName
{
color: #29965C;
}
.AnyTagClassName
{
color: #29965C;
}
</style>
background-color css
<style>
a { background-color: #29965C; }
a { background-color: rgb(41,150,92); }
div.DivClassName
{
background-color: #29965C;
}
.BgClassName
{
background-color: #29965C;
}
</style>
border-color css
<style>
span { border-color: #29965C; }
span { border-color: rgb(41,150,92); }
td.TdClassName
{
border-color: #29965C;
}
.TagClassName
{
border-color: #29965C;
}
</style>