Shades of Eucalyptus #2EAA63
Tints of Eucalyptus #2EAA63
RGB
CMYK
RGB Variations
Color information
#2EAA63 (or 0x2EAA63) is known color: Eucalyptus. HEX triplet: 2E, AA and 63. RGB value is (46,170,99). Sum of RGB (Red+Green+Blue) = 46+170+99=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA63 is #D1559C. Grayscale: #7C7C7C. Windows color (decimal): -13718941 or 6531630. OLE color: 6531630.
HSL color Cylindrical-coordinate representation of color #2EAA63: hue angle of 145.65º 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 #2EAA63 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 99 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.33 |
| HSL | 145.65º | 0.57% | 0.42% | - |
| HSV(B) | 145.65º | 0.73% | 0.67% | - |
| XYZ | 17.75 | 30.23 | 16.7 | - |
| YUV | 124.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 99 | 0.73 | 0 | 0.42 | 0.33 | 145.65 | 0.57 | 0.42 |
| Hex | 2E | AA | 63 | 49 | 0 | 2A | 21 | 92 | 39 | 2A |
| Octal | 56 | 252 | 143 | 111 | 0 | 52 | 41 | 222 | 71 | 52 |
| Binary | 101110 | 10101010 | 1100011 | 1001001 | 0 | 101010 | 100001 | 10010010 | 111001 | 101010 |
Color Harmonies of #2EAA63
Complementary color
Monochromatic Colors of #2EAA63
Black with #2EAA63
Text Example
Text Example
White with #2EAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA63; }
p { color: rgb(46,170,99); }
H1.HeaderClassName
{
color: #2EAA63;
}
.AnyTagClassName
{
color: #2EAA63;
}
</style>
background-color css
<style>
a { background-color: #2EAA63; }
a { background-color: rgb(46,170,99); }
div.DivClassName
{
background-color: #2EAA63;
}
.BgClassName
{
background-color: #2EAA63;
}
</style>
border-color css
<style>
span { border-color: #2EAA63; }
span { border-color: rgb(46,170,99); }
td.TdClassName
{
border-color: #2EAA63;
}
.TagClassName
{
border-color: #2EAA63;
}
</style>