Shades of Eucalyptus #299666
Tints of Eucalyptus #299666
RGB
CMYK
RGB Variations
Color information
#299666 (or 0x299666) is known color: Eucalyptus. HEX triplet: 29, 96 and 66. RGB value is (41,150,102). Sum of RGB (Red+Green+Blue) = 41+150+102=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #299666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299666 is #D66999. Grayscale: #707070. Windows color (decimal): -14051738 or 6723113. OLE color: 6723113.
HSL color Cylindrical-coordinate representation of color #299666: hue angle of 153.58º 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 #299666 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 102 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.41 |
| HSL | 153.58º | 0.57% | 0.37% | - |
| HSV(B) | 153.58º | 0.73% | 0.59% | - |
| XYZ | 14.22 | 23.24 | 16.31 | - |
| YUV | 111.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 102 | 0.73 | 0 | 0.32 | 0.41 | 153.58 | 0.57 | 0.37 |
| Hex | 29 | 96 | 66 | 49 | 0 | 20 | 29 | 9A | 39 | 25 |
| Octal | 51 | 226 | 146 | 111 | 0 | 40 | 51 | 232 | 71 | 45 |
| Binary | 101001 | 10010110 | 1100110 | 1001001 | 0 | 100000 | 101001 | 10011010 | 111001 | 100101 |
Color Harmonies of #299666
Complementary color
Monochromatic Colors of #299666
Black with #299666
Text Example
Text Example
White with #299666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299666; }
p { color: rgb(41,150,102); }
H1.HeaderClassName
{
color: #299666;
}
.AnyTagClassName
{
color: #299666;
}
</style>
background-color css
<style>
a { background-color: #299666; }
a { background-color: rgb(41,150,102); }
div.DivClassName
{
background-color: #299666;
}
.BgClassName
{
background-color: #299666;
}
</style>
border-color css
<style>
span { border-color: #299666; }
span { border-color: rgb(41,150,102); }
td.TdClassName
{
border-color: #299666;
}
.TagClassName
{
border-color: #299666;
}
</style>