Shades of Eucalyptus #289666
Tints of Eucalyptus #289666
RGB
CMYK
RGB Variations
Color information
#289666 (or 0x289666) is known color: Eucalyptus. HEX triplet: 28, 96 and 66. RGB value is (40,150,102). Sum of RGB (Red+Green+Blue) = 40+150+102=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #289666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289666 is #D76999. Grayscale: #6F6F6F. Windows color (decimal): -14117274 or 6723112. OLE color: 6723112.
HSL color Cylindrical-coordinate representation of color #289666: hue angle of 153.82º degrees, saturation: 0.58, 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 #289666 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 102 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.41 |
| HSL | 153.82º | 0.58% | 0.37% | - |
| HSV(B) | 153.82º | 0.73% | 0.59% | - |
| XYZ | 14.18 | 23.22 | 16.31 | - |
| YUV | 111.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 102 | 0.73 | 0 | 0.32 | 0.41 | 153.82 | 0.58 | 0.37 |
| Hex | 28 | 96 | 66 | 49 | 0 | 20 | 29 | 9A | 3A | 25 |
| Octal | 50 | 226 | 146 | 111 | 0 | 40 | 51 | 232 | 72 | 45 |
| Binary | 101000 | 10010110 | 1100110 | 1001001 | 0 | 100000 | 101001 | 10011010 | 111010 | 100101 |
Color Harmonies of #289666
Complementary color
Monochromatic Colors of #289666
Black with #289666
Text Example
Text Example
White with #289666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289666; }
p { color: rgb(40,150,102); }
H1.HeaderClassName
{
color: #289666;
}
.AnyTagClassName
{
color: #289666;
}
</style>
background-color css
<style>
a { background-color: #289666; }
a { background-color: rgb(40,150,102); }
div.DivClassName
{
background-color: #289666;
}
.BgClassName
{
background-color: #289666;
}
</style>
border-color css
<style>
span { border-color: #289666; }
span { border-color: rgb(40,150,102); }
td.TdClassName
{
border-color: #289666;
}
.TagClassName
{
border-color: #289666;
}
</style>