Shades of Eucalyptus #2EAA5D
Tints of Eucalyptus #2EAA5D
RGB
CMYK
RGB Variations
Color information
#2EAA5D (or 0x2EAA5D) is known color: Eucalyptus. HEX triplet: 2E, AA and 5D. RGB value is (46,170,93). Sum of RGB (Red+Green+Blue) = 46+170+93=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA5D is #D155A2. Grayscale: #7C7C7C. Windows color (decimal): -13718947 or 6138414. OLE color: 6138414.
HSL color Cylindrical-coordinate representation of color #2EAA5D: hue angle of 142.74º 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 #2EAA5D is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 93 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.33 |
| HSL | 142.74º | 0.57% | 0.42% | - |
| HSV(B) | 142.74º | 0.73% | 0.67% | - |
| XYZ | 17.48 | 30.12 | 15.25 | - |
| YUV | 124.15 | 110.42 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 93 | 0.73 | 0 | 0.45 | 0.33 | 142.74 | 0.57 | 0.42 |
| Hex | 2E | AA | 5D | 49 | 0 | 2D | 21 | 8F | 39 | 2A |
| Octal | 56 | 252 | 135 | 111 | 0 | 55 | 41 | 217 | 71 | 52 |
| Binary | 101110 | 10101010 | 1011101 | 1001001 | 0 | 101101 | 100001 | 10001111 | 111001 | 101010 |
Color Harmonies of #2EAA5D
Complementary color
Monochromatic Colors of #2EAA5D
Black with #2EAA5D
Text Example
Text Example
White with #2EAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA5D; }
p { color: rgb(46,170,93); }
H1.HeaderClassName
{
color: #2EAA5D;
}
.AnyTagClassName
{
color: #2EAA5D;
}
</style>
background-color css
<style>
a { background-color: #2EAA5D; }
a { background-color: rgb(46,170,93); }
div.DivClassName
{
background-color: #2EAA5D;
}
.BgClassName
{
background-color: #2EAA5D;
}
</style>
border-color css
<style>
span { border-color: #2EAA5D; }
span { border-color: rgb(46,170,93); }
td.TdClassName
{
border-color: #2EAA5D;
}
.TagClassName
{
border-color: #2EAA5D;
}
</style>