Shades of Medium Sea Green #2EB872
Tints of Medium Sea Green #2EB872
RGB
CMYK
RGB Variations
Color information
#2EB872 (or 0x2EB872) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 72. RGB value is (46,184,114). Sum of RGB (Red+Green+Blue) = 46+184+114=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB872 is #D1478D. Grayscale: #868686. Windows color (decimal): -13715342 or 7518254. OLE color: 7518254.
HSL color Cylindrical-coordinate representation of color #2EB872: hue angle of 149.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB872 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 114 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.28 |
| HSL | 149.57º | 0.6% | 0.45% | - |
| HSV(B) | 149.57º | 0.75% | 0.72% | - |
| XYZ | 21.3 | 36.08 | 21.76 | - |
| YUV | 134.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 114 | 0.75 | 0 | 0.38 | 0.28 | 149.57 | 0.6 | 0.45 |
| Hex | 2E | B8 | 72 | 4B | 0 | 26 | 1C | 96 | 3C | 2D |
| Octal | 56 | 270 | 162 | 113 | 0 | 46 | 34 | 226 | 74 | 55 |
| Binary | 101110 | 10111000 | 1110010 | 1001011 | 0 | 100110 | 11100 | 10010110 | 111100 | 101101 |
Color Harmonies of #2EB872
Complementary color
Monochromatic Colors of #2EB872
Black with #2EB872
Text Example
Text Example
White with #2EB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB872; }
p { color: rgb(46,184,114); }
H1.HeaderClassName
{
color: #2EB872;
}
.AnyTagClassName
{
color: #2EB872;
}
</style>
background-color css
<style>
a { background-color: #2EB872; }
a { background-color: rgb(46,184,114); }
div.DivClassName
{
background-color: #2EB872;
}
.BgClassName
{
background-color: #2EB872;
}
</style>
border-color css
<style>
span { border-color: #2EB872; }
span { border-color: rgb(46,184,114); }
td.TdClassName
{
border-color: #2EB872;
}
.TagClassName
{
border-color: #2EB872;
}
</style>