Shades of Eucalyptus #2EA06F
Tints of Eucalyptus #2EA06F
RGB
CMYK
RGB Variations
Color information
#2EA06F (or 0x2EA06F) is known color: Eucalyptus. HEX triplet: 2E, A0 and 6F. RGB value is (46,160,111). Sum of RGB (Red+Green+Blue) = 46+160+111=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA06F is #D15F90. Grayscale: #787878. Windows color (decimal): -13721489 or 7315502. OLE color: 7315502.
HSL color Cylindrical-coordinate representation of color #2EA06F: hue angle of 154.21º 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 #2EA06F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 111 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.37 |
| HSL | 154.21º | 0.55% | 0.4% | - |
| HSV(B) | 154.21º | 0.71% | 0.63% | - |
| XYZ | 16.57 | 26.87 | 19.35 | - |
| YUV | 120.33 | 122.73 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 111 | 0.71 | 0 | 0.31 | 0.37 | 154.21 | 0.55 | 0.4 |
| Hex | 2E | A0 | 6F | 47 | 0 | 1F | 25 | 9A | 37 | 28 |
| Octal | 56 | 240 | 157 | 107 | 0 | 37 | 45 | 232 | 67 | 50 |
| Binary | 101110 | 10100000 | 1101111 | 1000111 | 0 | 11111 | 100101 | 10011010 | 110111 | 101000 |
Color Harmonies of #2EA06F
Complementary color
Monochromatic Colors of #2EA06F
Black with #2EA06F
Text Example
Text Example
White with #2EA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA06F; }
p { color: rgb(46,160,111); }
H1.HeaderClassName
{
color: #2EA06F;
}
.AnyTagClassName
{
color: #2EA06F;
}
</style>
background-color css
<style>
a { background-color: #2EA06F; }
a { background-color: rgb(46,160,111); }
div.DivClassName
{
background-color: #2EA06F;
}
.BgClassName
{
background-color: #2EA06F;
}
</style>
border-color css
<style>
span { border-color: #2EA06F; }
span { border-color: rgb(46,160,111); }
td.TdClassName
{
border-color: #2EA06F;
}
.TagClassName
{
border-color: #2EA06F;
}
</style>