Shades of Medium Sea Green #2EA672
Tints of Medium Sea Green #2EA672
RGB
CMYK
RGB Variations
Color information
#2EA672 (or 0x2EA672) is known color: Medium Sea Green. HEX triplet: 2E, A6 and 72. RGB value is (46,166,114). Sum of RGB (Red+Green+Blue) = 46+166+114=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA672 is #D1598D. Grayscale: #7C7C7C. Windows color (decimal): -13719950 or 7513646. OLE color: 7513646.
HSL color Cylindrical-coordinate representation of color #2EA672: hue angle of 154º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA672 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 166 | 114 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.35 |
| HSL | 154º | 0.57% | 0.42% | - |
| HSV(B) | 154º | 0.72% | 0.65% | - |
| XYZ | 17.8 | 29.07 | 20.59 | - |
| YUV | 124.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 166 | 114 | 0.72 | 0 | 0.31 | 0.35 | 154 | 0.57 | 0.42 |
| Hex | 2E | A6 | 72 | 48 | 0 | 1F | 23 | 9A | 39 | 2A |
| Octal | 56 | 246 | 162 | 110 | 0 | 37 | 43 | 232 | 71 | 52 |
| Binary | 101110 | 10100110 | 1110010 | 1001000 | 0 | 11111 | 100011 | 10011010 | 111001 | 101010 |
Color Harmonies of #2EA672
Complementary color
Monochromatic Colors of #2EA672
Black with #2EA672
Text Example
Text Example
White with #2EA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA672; }
p { color: rgb(46,166,114); }
H1.HeaderClassName
{
color: #2EA672;
}
.AnyTagClassName
{
color: #2EA672;
}
</style>
background-color css
<style>
a { background-color: #2EA672; }
a { background-color: rgb(46,166,114); }
div.DivClassName
{
background-color: #2EA672;
}
.BgClassName
{
background-color: #2EA672;
}
</style>
border-color css
<style>
span { border-color: #2EA672; }
span { border-color: rgb(46,166,114); }
td.TdClassName
{
border-color: #2EA672;
}
.TagClassName
{
border-color: #2EA672;
}
</style>