Shades of Eucalyptus #289960
Tints of Eucalyptus #289960
RGB
CMYK
RGB Variations
Color information
#289960 (or 0x289960) is known color: Eucalyptus. HEX triplet: 28, 99 and 60. RGB value is (40,153,96). Sum of RGB (Red+Green+Blue) = 40+153+96=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #289960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289960 is #D7669F. Grayscale: #707070. Windows color (decimal): -14116512 or 6330664. OLE color: 6330664.
HSL color Cylindrical-coordinate representation of color #289960: hue angle of 149.73º 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 #289960 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 96 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.4 |
| HSL | 149.73º | 0.59% | 0.38% | - |
| HSV(B) | 149.73º | 0.74% | 0.6% | - |
| XYZ | 14.38 | 24.08 | 14.96 | - |
| YUV | 112.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 96 | 0.74 | 0 | 0.37 | 0.4 | 149.73 | 0.59 | 0.38 |
| Hex | 28 | 99 | 60 | 4A | 0 | 25 | 28 | 96 | 3B | 26 |
| Octal | 50 | 231 | 140 | 112 | 0 | 45 | 50 | 226 | 73 | 46 |
| Binary | 101000 | 10011001 | 1100000 | 1001010 | 0 | 100101 | 101000 | 10010110 | 111011 | 100110 |
Color Harmonies of #289960
Complementary color
Monochromatic Colors of #289960
Black with #289960
Text Example
Text Example
White with #289960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289960; }
p { color: rgb(40,153,96); }
H1.HeaderClassName
{
color: #289960;
}
.AnyTagClassName
{
color: #289960;
}
</style>
background-color css
<style>
a { background-color: #289960; }
a { background-color: rgb(40,153,96); }
div.DivClassName
{
background-color: #289960;
}
.BgClassName
{
background-color: #289960;
}
</style>
border-color css
<style>
span { border-color: #289960; }
span { border-color: rgb(40,153,96); }
td.TdClassName
{
border-color: #289960;
}
.TagClassName
{
border-color: #289960;
}
</style>