Shades of Eucalyptus #29945E
Tints of Eucalyptus #29945E
RGB
CMYK
RGB Variations
Color information
#29945E (or 0x29945E) is known color: Eucalyptus. HEX triplet: 29, 94 and 5E. RGB value is (41,148,94). Sum of RGB (Red+Green+Blue) = 41+148+94=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #29945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29945E is #D66BA1. Grayscale: #6D6D6D. Windows color (decimal): -14052258 or 6198313. OLE color: 6198313.
HSL color Cylindrical-coordinate representation of color #29945E: hue angle of 149.72º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29945E is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 148 | 94 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.42 |
| HSL | 149.72º | 0.57% | 0.37% | - |
| HSV(B) | 149.72º | 0.72% | 0.58% | - |
| XYZ | 13.52 | 22.46 | 14.21 | - |
| YUV | 109.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 94 | 0.72 | 0 | 0.36 | 0.42 | 149.72 | 0.57 | 0.37 |
| Hex | 29 | 94 | 5E | 48 | 0 | 24 | 2A | 96 | 39 | 25 |
| Octal | 51 | 224 | 136 | 110 | 0 | 44 | 52 | 226 | 71 | 45 |
| Binary | 101001 | 10010100 | 1011110 | 1001000 | 0 | 100100 | 101010 | 10010110 | 111001 | 100101 |
Color Harmonies of #29945E
Complementary color
Monochromatic Colors of #29945E
Black with #29945E
Text Example
Text Example
White with #29945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29945E; }
p { color: rgb(41,148,94); }
H1.HeaderClassName
{
color: #29945E;
}
.AnyTagClassName
{
color: #29945E;
}
</style>
background-color css
<style>
a { background-color: #29945E; }
a { background-color: rgb(41,148,94); }
div.DivClassName
{
background-color: #29945E;
}
.BgClassName
{
background-color: #29945E;
}
</style>
border-color css
<style>
span { border-color: #29945E; }
span { border-color: rgb(41,148,94); }
td.TdClassName
{
border-color: #29945E;
}
.TagClassName
{
border-color: #29945E;
}
</style>