Shades of Eucalyptus #2EA95D
Tints of Eucalyptus #2EA95D
RGB
CMYK
RGB Variations
Color information
#2EA95D (or 0x2EA95D) is known color: Eucalyptus. HEX triplet: 2E, A9 and 5D. RGB value is (46,169,93). Sum of RGB (Red+Green+Blue) = 46+169+93=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA95D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA95D is #D156A2. Grayscale: #7B7B7B. Windows color (decimal): -13719203 or 6138158. OLE color: 6138158.
HSL color Cylindrical-coordinate representation of color #2EA95D: hue angle of 142.93º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA95D is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 169 | 93 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.34 |
| HSL | 142.93º | 0.57% | 0.42% | - |
| HSV(B) | 142.93º | 0.73% | 0.66% | - |
| XYZ | 17.29 | 29.75 | 15.19 | - |
| YUV | 123.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 169 | 93 | 0.73 | 0 | 0.45 | 0.34 | 142.93 | 0.57 | 0.42 |
| Hex | 2E | A9 | 5D | 49 | 0 | 2D | 22 | 8F | 39 | 2A |
| Octal | 56 | 251 | 135 | 111 | 0 | 55 | 42 | 217 | 71 | 52 |
| Binary | 101110 | 10101001 | 1011101 | 1001001 | 0 | 101101 | 100010 | 10001111 | 111001 | 101010 |
Color Harmonies of #2EA95D
Complementary color
Monochromatic Colors of #2EA95D
Black with #2EA95D
Text Example
Text Example
White with #2EA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA95D; }
p { color: rgb(46,169,93); }
H1.HeaderClassName
{
color: #2EA95D;
}
.AnyTagClassName
{
color: #2EA95D;
}
</style>
background-color css
<style>
a { background-color: #2EA95D; }
a { background-color: rgb(46,169,93); }
div.DivClassName
{
background-color: #2EA95D;
}
.BgClassName
{
background-color: #2EA95D;
}
</style>
border-color css
<style>
span { border-color: #2EA95D; }
span { border-color: rgb(46,169,93); }
td.TdClassName
{
border-color: #2EA95D;
}
.TagClassName
{
border-color: #2EA95D;
}
</style>