Shades of Eucalyptus #2EA55B
Tints of Eucalyptus #2EA55B
RGB
CMYK
RGB Variations
Color information
#2EA55B (or 0x2EA55B) is known color: Eucalyptus. HEX triplet: 2E, A5 and 5B. RGB value is (46,165,91). Sum of RGB (Red+Green+Blue) = 46+165+91=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA55B is #D15AA4. Grayscale: #797979. Windows color (decimal): -13720229 or 6006062. OLE color: 6006062.
HSL color Cylindrical-coordinate representation of color #2EA55B: hue angle of 142.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA55B is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 165 | 91 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.35 |
| HSL | 142.69º | 0.56% | 0.41% | - |
| HSV(B) | 142.69º | 0.72% | 0.65% | - |
| XYZ | 16.47 | 28.25 | 14.48 | - |
| YUV | 120.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 165 | 91 | 0.72 | 0 | 0.45 | 0.35 | 142.69 | 0.56 | 0.41 |
| Hex | 2E | A5 | 5B | 48 | 0 | 2D | 23 | 8F | 38 | 29 |
| Octal | 56 | 245 | 133 | 110 | 0 | 55 | 43 | 217 | 70 | 51 |
| Binary | 101110 | 10100101 | 1011011 | 1001000 | 0 | 101101 | 100011 | 10001111 | 111000 | 101001 |
Color Harmonies of #2EA55B
Complementary color
Monochromatic Colors of #2EA55B
Black with #2EA55B
Text Example
Text Example
White with #2EA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA55B; }
p { color: rgb(46,165,91); }
H1.HeaderClassName
{
color: #2EA55B;
}
.AnyTagClassName
{
color: #2EA55B;
}
</style>
background-color css
<style>
a { background-color: #2EA55B; }
a { background-color: rgb(46,165,91); }
div.DivClassName
{
background-color: #2EA55B;
}
.BgClassName
{
background-color: #2EA55B;
}
</style>
border-color css
<style>
span { border-color: #2EA55B; }
span { border-color: rgb(46,165,91); }
td.TdClassName
{
border-color: #2EA55B;
}
.TagClassName
{
border-color: #2EA55B;
}
</style>