Shades of Eucalyptus #29975A
Tints of Eucalyptus #29975A
RGB
CMYK
RGB Variations
Color information
#29975A (or 0x29975A) is known color: Eucalyptus. HEX triplet: 29, 97 and 5A. RGB value is (41,151,90). Sum of RGB (Red+Green+Blue) = 41+151+90=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #29975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29975A is #D668A5. Grayscale: #6F6F6F. Windows color (decimal): -14051494 or 5936937. OLE color: 5936937.
HSL color Cylindrical-coordinate representation of color #29975A: hue angle of 146.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29975A is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 151 | 90 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.41 |
| HSL | 146.73º | 0.57% | 0.38% | - |
| HSV(B) | 146.73º | 0.73% | 0.59% | - |
| XYZ | 13.83 | 23.34 | 13.45 | - |
| YUV | 111.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 90 | 0.73 | 0 | 0.40 | 0.41 | 146.73 | 0.57 | 0.38 |
| Hex | 29 | 97 | 5A | 49 | 0 | 28 | 29 | 93 | 39 | 26 |
| Octal | 51 | 227 | 132 | 111 | 0 | 50 | 51 | 223 | 71 | 46 |
| Binary | 101001 | 10010111 | 1011010 | 1001001 | 0 | 101000 | 101001 | 10010011 | 111001 | 100110 |
Color Harmonies of #29975A
Complementary color
Monochromatic Colors of #29975A
Black with #29975A
Text Example
Text Example
White with #29975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29975A; }
p { color: rgb(41,151,90); }
H1.HeaderClassName
{
color: #29975A;
}
.AnyTagClassName
{
color: #29975A;
}
</style>
background-color css
<style>
a { background-color: #29975A; }
a { background-color: rgb(41,151,90); }
div.DivClassName
{
background-color: #29975A;
}
.BgClassName
{
background-color: #29975A;
}
</style>
border-color css
<style>
span { border-color: #29975A; }
span { border-color: rgb(41,151,90); }
td.TdClassName
{
border-color: #29975A;
}
.TagClassName
{
border-color: #29975A;
}
</style>