Shades of Eucalyptus #2EAA64
Tints of Eucalyptus #2EAA64
RGB
CMYK
RGB Variations
Color information
#2EAA64 (or 0x2EAA64) is known color: Eucalyptus. HEX triplet: 2E, AA and 64. RGB value is (46,170,100). Sum of RGB (Red+Green+Blue) = 46+170+100=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA64 is #D1559B. Grayscale: #7D7D7D. Windows color (decimal): -13718940 or 6597166. OLE color: 6597166.
HSL color Cylindrical-coordinate representation of color #2EAA64: hue angle of 146.13º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA64 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 100 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.33 |
| HSL | 146.13º | 0.57% | 0.42% | - |
| HSV(B) | 146.13º | 0.73% | 0.67% | - |
| XYZ | 17.8 | 30.25 | 16.96 | - |
| YUV | 124.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 100 | 0.73 | 0 | 0.41 | 0.33 | 146.13 | 0.57 | 0.42 |
| Hex | 2E | AA | 64 | 49 | 0 | 29 | 21 | 92 | 39 | 2A |
| Octal | 56 | 252 | 144 | 111 | 0 | 51 | 41 | 222 | 71 | 52 |
| Binary | 101110 | 10101010 | 1100100 | 1001001 | 0 | 101001 | 100001 | 10010010 | 111001 | 101010 |
Color Harmonies of #2EAA64
Complementary color
Monochromatic Colors of #2EAA64
Black with #2EAA64
Text Example
Text Example
White with #2EAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA64; }
p { color: rgb(46,170,100); }
H1.HeaderClassName
{
color: #2EAA64;
}
.AnyTagClassName
{
color: #2EAA64;
}
</style>
background-color css
<style>
a { background-color: #2EAA64; }
a { background-color: rgb(46,170,100); }
div.DivClassName
{
background-color: #2EAA64;
}
.BgClassName
{
background-color: #2EAA64;
}
</style>
border-color css
<style>
span { border-color: #2EAA64; }
span { border-color: rgb(46,170,100); }
td.TdClassName
{
border-color: #2EAA64;
}
.TagClassName
{
border-color: #2EAA64;
}
</style>