Shades of Medium Sea Green #2EC769
Tints of Medium Sea Green #2EC769
RGB
CMYK
RGB Variations
Color information
#2EC769 (or 0x2EC769) is known color: Medium Sea Green. HEX triplet: 2E, C7 and 69. RGB value is (46,199,105). Sum of RGB (Red+Green+Blue) = 46+199+105=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC769 is #D13896. Grayscale: #8E8E8E. Windows color (decimal): -13711511 or 6932270. OLE color: 6932270.
HSL color Cylindrical-coordinate representation of color #2EC769: hue angle of 143.14º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC769 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 105 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.22 |
| HSL | 143.14º | 0.62% | 0.48% | - |
| HSV(B) | 143.14º | 0.77% | 0.78% | - |
| XYZ | 24.1 | 42.45 | 20.29 | - |
| YUV | 142.54 | 106.81 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 105 | 0.77 | 0 | 0.47 | 0.22 | 143.14 | 0.62 | 0.48 |
| Hex | 2E | C7 | 69 | 4D | 0 | 2F | 16 | 8F | 3E | 30 |
| Octal | 56 | 307 | 151 | 115 | 0 | 57 | 26 | 217 | 76 | 60 |
| Binary | 101110 | 11000111 | 1101001 | 1001101 | 0 | 101111 | 10110 | 10001111 | 111110 | 110000 |
Color Harmonies of #2EC769
Complementary color
Monochromatic Colors of #2EC769
Black with #2EC769
Text Example
Text Example
White with #2EC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC769; }
p { color: rgb(46,199,105); }
H1.HeaderClassName
{
color: #2EC769;
}
.AnyTagClassName
{
color: #2EC769;
}
</style>
background-color css
<style>
a { background-color: #2EC769; }
a { background-color: rgb(46,199,105); }
div.DivClassName
{
background-color: #2EC769;
}
.BgClassName
{
background-color: #2EC769;
}
</style>
border-color css
<style>
span { border-color: #2EC769; }
span { border-color: rgb(46,199,105); }
td.TdClassName
{
border-color: #2EC769;
}
.TagClassName
{
border-color: #2EC769;
}
</style>