Shades of Eucalyptus #2EAD5D
Tints of Eucalyptus #2EAD5D
RGB
CMYK
RGB Variations
Color information
#2EAD5D (or 0x2EAD5D) is known color: Eucalyptus. HEX triplet: 2E, AD and 5D. RGB value is (46,173,93). Sum of RGB (Red+Green+Blue) = 46+173+93=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD5D is #D152A2. Grayscale: #7E7E7E. Windows color (decimal): -13718179 or 6139182. OLE color: 6139182.
HSL color Cylindrical-coordinate representation of color #2EAD5D: hue angle of 142.2º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD5D is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 93 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.32 |
| HSL | 142.2º | 0.58% | 0.43% | - |
| HSV(B) | 142.2º | 0.73% | 0.68% | - |
| XYZ | 18.05 | 31.26 | 15.44 | - |
| YUV | 125.91 | 109.42 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 93 | 0.73 | 0 | 0.46 | 0.32 | 142.2 | 0.58 | 0.43 |
| Hex | 2E | AD | 5D | 49 | 0 | 2E | 20 | 8E | 3A | 2B |
| Octal | 56 | 255 | 135 | 111 | 0 | 56 | 40 | 216 | 72 | 53 |
| Binary | 101110 | 10101101 | 1011101 | 1001001 | 0 | 101110 | 100000 | 10001110 | 111010 | 101011 |
Color Harmonies of #2EAD5D
Complementary color
Monochromatic Colors of #2EAD5D
Black with #2EAD5D
Text Example
Text Example
White with #2EAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAD5D; }
p { color: rgb(46,173,93); }
H1.HeaderClassName
{
color: #2EAD5D;
}
.AnyTagClassName
{
color: #2EAD5D;
}
</style>
background-color css
<style>
a { background-color: #2EAD5D; }
a { background-color: rgb(46,173,93); }
div.DivClassName
{
background-color: #2EAD5D;
}
.BgClassName
{
background-color: #2EAD5D;
}
</style>
border-color css
<style>
span { border-color: #2EAD5D; }
span { border-color: rgb(46,173,93); }
td.TdClassName
{
border-color: #2EAD5D;
}
.TagClassName
{
border-color: #2EAD5D;
}
</style>