Shades of Eucalyptus #2EA464
Tints of Eucalyptus #2EA464
RGB
CMYK
RGB Variations
Color information
#2EA464 (or 0x2EA464) is known color: Eucalyptus. HEX triplet: 2E, A4 and 64. RGB value is (46,164,100). Sum of RGB (Red+Green+Blue) = 46+164+100=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA464 is #D15B9B. Grayscale: #797979. Windows color (decimal): -13720476 or 6595630. OLE color: 6595630.
HSL color Cylindrical-coordinate representation of color #2EA464: hue angle of 147.46º 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 #2EA464 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 164 | 100 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.36 |
| HSL | 147.46º | 0.56% | 0.41% | - |
| HSV(B) | 147.46º | 0.72% | 0.64% | - |
| XYZ | 16.7 | 28.05 | 16.59 | - |
| YUV | 121.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 164 | 100 | 0.72 | 0 | 0.39 | 0.36 | 147.46 | 0.56 | 0.41 |
| Hex | 2E | A4 | 64 | 48 | 0 | 27 | 24 | 93 | 38 | 29 |
| Octal | 56 | 244 | 144 | 110 | 0 | 47 | 44 | 223 | 70 | 51 |
| Binary | 101110 | 10100100 | 1100100 | 1001000 | 0 | 100111 | 100100 | 10010011 | 111000 | 101001 |
Color Harmonies of #2EA464
Complementary color
Monochromatic Colors of #2EA464
Black with #2EA464
Text Example
Text Example
White with #2EA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA464; }
p { color: rgb(46,164,100); }
H1.HeaderClassName
{
color: #2EA464;
}
.AnyTagClassName
{
color: #2EA464;
}
</style>
background-color css
<style>
a { background-color: #2EA464; }
a { background-color: rgb(46,164,100); }
div.DivClassName
{
background-color: #2EA464;
}
.BgClassName
{
background-color: #2EA464;
}
</style>
border-color css
<style>
span { border-color: #2EA464; }
span { border-color: rgb(46,164,100); }
td.TdClassName
{
border-color: #2EA464;
}
.TagClassName
{
border-color: #2EA464;
}
</style>