Shades of Eucalyptus #2EAC5E
Tints of Eucalyptus #2EAC5E
RGB
CMYK
RGB Variations
Color information
#2EAC5E (or 0x2EAC5E) is known color: Eucalyptus. HEX triplet: 2E, AC and 5E. RGB value is (46,172,94). Sum of RGB (Red+Green+Blue) = 46+172+94=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC5E is #D153A1. Grayscale: #7D7D7D. Windows color (decimal): -13718434 or 6204462. OLE color: 6204462.
HSL color Cylindrical-coordinate representation of color #2EAC5E: hue angle of 142.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC5E is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 94 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.33 |
| HSL | 142.86º | 0.58% | 0.43% | - |
| HSV(B) | 142.86º | 0.73% | 0.67% | - |
| XYZ | 17.9 | 30.89 | 15.61 | - |
| YUV | 125.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 94 | 0.73 | 0 | 0.45 | 0.33 | 142.86 | 0.58 | 0.43 |
| Hex | 2E | AC | 5E | 49 | 0 | 2D | 21 | 8F | 3A | 2B |
| Octal | 56 | 254 | 136 | 111 | 0 | 55 | 41 | 217 | 72 | 53 |
| Binary | 101110 | 10101100 | 1011110 | 1001001 | 0 | 101101 | 100001 | 10001111 | 111010 | 101011 |
Color Harmonies of #2EAC5E
Complementary color
Monochromatic Colors of #2EAC5E
Black with #2EAC5E
Text Example
Text Example
White with #2EAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC5E; }
p { color: rgb(46,172,94); }
H1.HeaderClassName
{
color: #2EAC5E;
}
.AnyTagClassName
{
color: #2EAC5E;
}
</style>
background-color css
<style>
a { background-color: #2EAC5E; }
a { background-color: rgb(46,172,94); }
div.DivClassName
{
background-color: #2EAC5E;
}
.BgClassName
{
background-color: #2EAC5E;
}
</style>
border-color css
<style>
span { border-color: #2EAC5E; }
span { border-color: rgb(46,172,94); }
td.TdClassName
{
border-color: #2EAC5E;
}
.TagClassName
{
border-color: #2EAC5E;
}
</style>