Shades of Eucalyptus #2EA367
Tints of Eucalyptus #2EA367
RGB
CMYK
RGB Variations
Color information
#2EA367 (or 0x2EA367) is known color: Eucalyptus. HEX triplet: 2E, A3 and 67. RGB value is (46,163,103). Sum of RGB (Red+Green+Blue) = 46+163+103=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA367 is #D15C98. Grayscale: #797979. Windows color (decimal): -13720729 or 6791982. OLE color: 6791982.
HSL color Cylindrical-coordinate representation of color #2EA367: hue angle of 149.23º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA367 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 163 | 103 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.36 |
| HSL | 149.23º | 0.56% | 0.41% | - |
| HSV(B) | 149.23º | 0.72% | 0.64% | - |
| XYZ | 16.67 | 27.75 | 17.31 | - |
| YUV | 121.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 163 | 103 | 0.72 | 0 | 0.37 | 0.36 | 149.23 | 0.56 | 0.41 |
| Hex | 2E | A3 | 67 | 48 | 0 | 25 | 24 | 95 | 38 | 29 |
| Octal | 56 | 243 | 147 | 110 | 0 | 45 | 44 | 225 | 70 | 51 |
| Binary | 101110 | 10100011 | 1100111 | 1001000 | 0 | 100101 | 100100 | 10010101 | 111000 | 101001 |
Color Harmonies of #2EA367
Complementary color
Monochromatic Colors of #2EA367
Black with #2EA367
Text Example
Text Example
White with #2EA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA367; }
p { color: rgb(46,163,103); }
H1.HeaderClassName
{
color: #2EA367;
}
.AnyTagClassName
{
color: #2EA367;
}
</style>
background-color css
<style>
a { background-color: #2EA367; }
a { background-color: rgb(46,163,103); }
div.DivClassName
{
background-color: #2EA367;
}
.BgClassName
{
background-color: #2EA367;
}
</style>
border-color css
<style>
span { border-color: #2EA367; }
span { border-color: rgb(46,163,103); }
td.TdClassName
{
border-color: #2EA367;
}
.TagClassName
{
border-color: #2EA367;
}
</style>