Shades of Eucalyptus #289260
Tints of Eucalyptus #289260
RGB
CMYK
RGB Variations
Color information
#289260 (or 0x289260) is known color: Eucalyptus. HEX triplet: 28, 92 and 60. RGB value is (40,146,96). Sum of RGB (Red+Green+Blue) = 40+146+96=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #289260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289260 is #D76D9F. Grayscale: #6C6C6C. Windows color (decimal): -14118304 or 6328872. OLE color: 6328872.
HSL color Cylindrical-coordinate representation of color #289260: hue angle of 151.7º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289260 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 96 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.43 |
| HSL | 151.7º | 0.57% | 0.36% | - |
| HSV(B) | 151.7º | 0.73% | 0.57% | - |
| XYZ | 13.27 | 21.85 | 14.59 | - |
| YUV | 108.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 96 | 0.73 | 0 | 0.34 | 0.43 | 151.7 | 0.57 | 0.36 |
| Hex | 28 | 92 | 60 | 49 | 0 | 22 | 2B | 98 | 39 | 24 |
| Octal | 50 | 222 | 140 | 111 | 0 | 42 | 53 | 230 | 71 | 44 |
| Binary | 101000 | 10010010 | 1100000 | 1001001 | 0 | 100010 | 101011 | 10011000 | 111001 | 100100 |
Color Harmonies of #289260
Complementary color
Monochromatic Colors of #289260
Black with #289260
Text Example
Text Example
White with #289260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289260; }
p { color: rgb(40,146,96); }
H1.HeaderClassName
{
color: #289260;
}
.AnyTagClassName
{
color: #289260;
}
</style>
background-color css
<style>
a { background-color: #289260; }
a { background-color: rgb(40,146,96); }
div.DivClassName
{
background-color: #289260;
}
.BgClassName
{
background-color: #289260;
}
</style>
border-color css
<style>
span { border-color: #289260; }
span { border-color: rgb(40,146,96); }
td.TdClassName
{
border-color: #289260;
}
.TagClassName
{
border-color: #289260;
}
</style>