Shades of Eucalyptus #299663
Tints of Eucalyptus #299663
RGB
CMYK
RGB Variations
Color information
#299663 (or 0x299663) is known color: Eucalyptus. HEX triplet: 29, 96 and 63. RGB value is (41,150,99). Sum of RGB (Red+Green+Blue) = 41+150+99=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #299663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299663 is #D6699C. Grayscale: #6F6F6F. Windows color (decimal): -14051741 or 6526505. OLE color: 6526505.
HSL color Cylindrical-coordinate representation of color #299663: hue angle of 151.93º 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 #299663 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 99 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.41 |
| HSL | 151.93º | 0.57% | 0.37% | - |
| HSV(B) | 151.93º | 0.73% | 0.59% | - |
| XYZ | 14.07 | 23.18 | 15.54 | - |
| YUV | 111.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 99 | 0.73 | 0 | 0.34 | 0.41 | 151.93 | 0.57 | 0.37 |
| Hex | 29 | 96 | 63 | 49 | 0 | 22 | 29 | 98 | 39 | 25 |
| Octal | 51 | 226 | 143 | 111 | 0 | 42 | 51 | 230 | 71 | 45 |
| Binary | 101001 | 10010110 | 1100011 | 1001001 | 0 | 100010 | 101001 | 10011000 | 111001 | 100101 |
Color Harmonies of #299663
Complementary color
Monochromatic Colors of #299663
Black with #299663
Text Example
Text Example
White with #299663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299663; }
p { color: rgb(41,150,99); }
H1.HeaderClassName
{
color: #299663;
}
.AnyTagClassName
{
color: #299663;
}
</style>
background-color css
<style>
a { background-color: #299663; }
a { background-color: rgb(41,150,99); }
div.DivClassName
{
background-color: #299663;
}
.BgClassName
{
background-color: #299663;
}
</style>
border-color css
<style>
span { border-color: #299663; }
span { border-color: rgb(41,150,99); }
td.TdClassName
{
border-color: #299663;
}
.TagClassName
{
border-color: #299663;
}
</style>