Shades of Eucalyptus #2EA060
Tints of Eucalyptus #2EA060
RGB
CMYK
RGB Variations
Color information
#2EA060 (or 0x2EA060) is known color: Eucalyptus. HEX triplet: 2E, A0 and 60. RGB value is (46,160,96). Sum of RGB (Red+Green+Blue) = 46+160+96=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA060 is #D15F9F. Grayscale: #767676. Windows color (decimal): -13721504 or 6332462. OLE color: 6332462.
HSL color Cylindrical-coordinate representation of color #2EA060: hue angle of 146.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA060 is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 96 | - |
| CMYK | 0.71 | 0 | 0.4 | 0.37 |
| HSL | 146.32º | 0.55% | 0.4% | - |
| HSV(B) | 146.32º | 0.71% | 0.63% | - |
| XYZ | 15.81 | 26.57 | 15.36 | - |
| YUV | 118.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 96 | 0.71 | 0 | 0.4 | 0.37 | 146.32 | 0.55 | 0.4 |
| Hex | 2E | A0 | 60 | 47 | 0 | 28 | 25 | 92 | 37 | 28 |
| Octal | 56 | 240 | 140 | 107 | 0 | 50 | 45 | 222 | 67 | 50 |
| Binary | 101110 | 10100000 | 1100000 | 1000111 | 0 | 101000 | 100101 | 10010010 | 110111 | 101000 |
Color Harmonies of #2EA060
Complementary color
Monochromatic Colors of #2EA060
Black with #2EA060
Text Example
Text Example
White with #2EA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA060; }
p { color: rgb(46,160,96); }
H1.HeaderClassName
{
color: #2EA060;
}
.AnyTagClassName
{
color: #2EA060;
}
</style>
background-color css
<style>
a { background-color: #2EA060; }
a { background-color: rgb(46,160,96); }
div.DivClassName
{
background-color: #2EA060;
}
.BgClassName
{
background-color: #2EA060;
}
</style>
border-color css
<style>
span { border-color: #2EA060; }
span { border-color: rgb(46,160,96); }
td.TdClassName
{
border-color: #2EA060;
}
.TagClassName
{
border-color: #2EA060;
}
</style>