Shades of Eucalyptus #289966
Tints of Eucalyptus #289966
RGB
CMYK
RGB Variations
Color information
#289966 (or 0x289966) is known color: Eucalyptus. HEX triplet: 28, 99 and 66. RGB value is (40,153,102). Sum of RGB (Red+Green+Blue) = 40+153+102=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #289966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289966 is #D76699. Grayscale: #717171. Windows color (decimal): -14116506 or 6723880. OLE color: 6723880.
HSL color Cylindrical-coordinate representation of color #289966: hue angle of 152.92º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289966 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 102 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.4 |
| HSL | 152.92º | 0.59% | 0.38% | - |
| HSV(B) | 152.92º | 0.74% | 0.6% | - |
| XYZ | 14.66 | 24.19 | 16.47 | - |
| YUV | 113.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 102 | 0.74 | 0 | 0.33 | 0.4 | 152.92 | 0.59 | 0.38 |
| Hex | 28 | 99 | 66 | 4A | 0 | 21 | 28 | 99 | 3B | 26 |
| Octal | 50 | 231 | 146 | 112 | 0 | 41 | 50 | 231 | 73 | 46 |
| Binary | 101000 | 10011001 | 1100110 | 1001010 | 0 | 100001 | 101000 | 10011001 | 111011 | 100110 |
Color Harmonies of #289966
Complementary color
Monochromatic Colors of #289966
Black with #289966
Text Example
Text Example
White with #289966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289966; }
p { color: rgb(40,153,102); }
H1.HeaderClassName
{
color: #289966;
}
.AnyTagClassName
{
color: #289966;
}
</style>
background-color css
<style>
a { background-color: #289966; }
a { background-color: rgb(40,153,102); }
div.DivClassName
{
background-color: #289966;
}
.BgClassName
{
background-color: #289966;
}
</style>
border-color css
<style>
span { border-color: #289966; }
span { border-color: rgb(40,153,102); }
td.TdClassName
{
border-color: #289966;
}
.TagClassName
{
border-color: #289966;
}
</style>