Shades of Eucalyptus #299160
Tints of Eucalyptus #299160
RGB
CMYK
RGB Variations
Color information
#299160 (or 0x299160) is known color: Eucalyptus. HEX triplet: 29, 91 and 60. RGB value is (41,145,96). Sum of RGB (Red+Green+Blue) = 41+145+96=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #299160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299160 is #D66E9F. Grayscale: #6C6C6C. Windows color (decimal): -14053024 or 6328617. OLE color: 6328617.
HSL color Cylindrical-coordinate representation of color #299160: hue angle of 151.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299160 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 96 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.43 |
| HSL | 151.73º | 0.56% | 0.36% | - |
| HSV(B) | 151.73º | 0.72% | 0.57% | - |
| XYZ | 13.15 | 21.57 | 14.54 | - |
| YUV | 108.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 96 | 0.72 | 0 | 0.34 | 0.43 | 151.73 | 0.56 | 0.36 |
| Hex | 29 | 91 | 60 | 48 | 0 | 22 | 2B | 98 | 38 | 24 |
| Octal | 51 | 221 | 140 | 110 | 0 | 42 | 53 | 230 | 70 | 44 |
| Binary | 101001 | 10010001 | 1100000 | 1001000 | 0 | 100010 | 101011 | 10011000 | 111000 | 100100 |
Color Harmonies of #299160
Complementary color
Monochromatic Colors of #299160
Black with #299160
Text Example
Text Example
White with #299160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299160; }
p { color: rgb(41,145,96); }
H1.HeaderClassName
{
color: #299160;
}
.AnyTagClassName
{
color: #299160;
}
</style>
background-color css
<style>
a { background-color: #299160; }
a { background-color: rgb(41,145,96); }
div.DivClassName
{
background-color: #299160;
}
.BgClassName
{
background-color: #299160;
}
</style>
border-color css
<style>
span { border-color: #299160; }
span { border-color: rgb(41,145,96); }
td.TdClassName
{
border-color: #299160;
}
.TagClassName
{
border-color: #299160;
}
</style>