Shades of Eucalyptus #299766
Tints of Eucalyptus #299766
RGB
CMYK
RGB Variations
Color information
#299766 (or 0x299766) is known color: Eucalyptus. HEX triplet: 29, 97 and 66. RGB value is (41,151,102). Sum of RGB (Red+Green+Blue) = 41+151+102=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #299766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299766 is #D66899. Grayscale: #707070. Windows color (decimal): -14051482 or 6723369. OLE color: 6723369.
HSL color Cylindrical-coordinate representation of color #299766: hue angle of 153.27º 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 #299766 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 151 | 102 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.41 |
| HSL | 153.27º | 0.57% | 0.38% | - |
| HSV(B) | 153.27º | 0.73% | 0.59% | - |
| XYZ | 14.38 | 23.56 | 16.36 | - |
| YUV | 112.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 102 | 0.73 | 0 | 0.32 | 0.41 | 153.27 | 0.57 | 0.38 |
| Hex | 29 | 97 | 66 | 49 | 0 | 20 | 29 | 99 | 39 | 26 |
| Octal | 51 | 227 | 146 | 111 | 0 | 40 | 51 | 231 | 71 | 46 |
| Binary | 101001 | 10010111 | 1100110 | 1001001 | 0 | 100000 | 101001 | 10011001 | 111001 | 100110 |
Color Harmonies of #299766
Complementary color
Monochromatic Colors of #299766
Black with #299766
Text Example
Text Example
White with #299766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299766; }
p { color: rgb(41,151,102); }
H1.HeaderClassName
{
color: #299766;
}
.AnyTagClassName
{
color: #299766;
}
</style>
background-color css
<style>
a { background-color: #299766; }
a { background-color: rgb(41,151,102); }
div.DivClassName
{
background-color: #299766;
}
.BgClassName
{
background-color: #299766;
}
</style>
border-color css
<style>
span { border-color: #299766; }
span { border-color: rgb(41,151,102); }
td.TdClassName
{
border-color: #299766;
}
.TagClassName
{
border-color: #299766;
}
</style>