Shades of Eucalyptus #29966A
Tints of Eucalyptus #29966A
RGB
CMYK
RGB Variations
Color information
#29966A (or 0x29966A) is known color: Eucalyptus. HEX triplet: 29, 96 and 6A. RGB value is (41,150,106). Sum of RGB (Red+Green+Blue) = 41+150+106=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #29966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29966A is #D66995. Grayscale: #707070. Windows color (decimal): -14051734 or 6985257. OLE color: 6985257.
HSL color Cylindrical-coordinate representation of color #29966A: hue angle of 155.78º 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 #29966A is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 106 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.41 |
| HSL | 155.78º | 0.57% | 0.37% | - |
| HSV(B) | 155.78º | 0.73% | 0.59% | - |
| XYZ | 14.42 | 23.32 | 17.38 | - |
| YUV | 112.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 106 | 0.73 | 0 | 0.29 | 0.41 | 155.78 | 0.57 | 0.37 |
| Hex | 29 | 96 | 6A | 49 | 0 | 1D | 29 | 9C | 39 | 25 |
| Octal | 51 | 226 | 152 | 111 | 0 | 35 | 51 | 234 | 71 | 45 |
| Binary | 101001 | 10010110 | 1101010 | 1001001 | 0 | 11101 | 101001 | 10011100 | 111001 | 100101 |
Color Harmonies of #29966A
Complementary color
Monochromatic Colors of #29966A
Black with #29966A
Text Example
Text Example
White with #29966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29966A; }
p { color: rgb(41,150,106); }
H1.HeaderClassName
{
color: #29966A;
}
.AnyTagClassName
{
color: #29966A;
}
</style>
background-color css
<style>
a { background-color: #29966A; }
a { background-color: rgb(41,150,106); }
div.DivClassName
{
background-color: #29966A;
}
.BgClassName
{
background-color: #29966A;
}
</style>
border-color css
<style>
span { border-color: #29966A; }
span { border-color: rgb(41,150,106); }
td.TdClassName
{
border-color: #29966A;
}
.TagClassName
{
border-color: #29966A;
}
</style>