Shades of Eucalyptus #289360
Tints of Eucalyptus #289360
RGB
CMYK
RGB Variations
Color information
#289360 (or 0x289360) is known color: Eucalyptus. HEX triplet: 28, 93 and 60. RGB value is (40,147,96). Sum of RGB (Red+Green+Blue) = 40+147+96=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #289360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289360 is #D76C9F. Grayscale: #6D6D6D. Windows color (decimal): -14118048 or 6329128. OLE color: 6329128.
HSL color Cylindrical-coordinate representation of color #289360: hue angle of 151.4º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289360 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 96 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.42 |
| HSL | 151.4º | 0.57% | 0.37% | - |
| HSV(B) | 151.4º | 0.73% | 0.58% | - |
| XYZ | 13.42 | 22.16 | 14.64 | - |
| YUV | 109.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 96 | 0.73 | 0 | 0.35 | 0.42 | 151.4 | 0.57 | 0.37 |
| Hex | 28 | 93 | 60 | 49 | 0 | 23 | 2A | 97 | 39 | 25 |
| Octal | 50 | 223 | 140 | 111 | 0 | 43 | 52 | 227 | 71 | 45 |
| Binary | 101000 | 10010011 | 1100000 | 1001001 | 0 | 100011 | 101010 | 10010111 | 111001 | 100101 |
Color Harmonies of #289360
Complementary color
Monochromatic Colors of #289360
Black with #289360
Text Example
Text Example
White with #289360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289360; }
p { color: rgb(40,147,96); }
H1.HeaderClassName
{
color: #289360;
}
.AnyTagClassName
{
color: #289360;
}
</style>
background-color css
<style>
a { background-color: #289360; }
a { background-color: rgb(40,147,96); }
div.DivClassName
{
background-color: #289360;
}
.BgClassName
{
background-color: #289360;
}
</style>
border-color css
<style>
span { border-color: #289360; }
span { border-color: rgb(40,147,96); }
td.TdClassName
{
border-color: #289360;
}
.TagClassName
{
border-color: #289360;
}
</style>