Shades of Medium Sea Green #2EB276
Tints of Medium Sea Green #2EB276
RGB
CMYK
RGB Variations
Color information
#2EB276 (or 0x2EB276) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 76. RGB value is (46,178,118). Sum of RGB (Red+Green+Blue) = 46+178+118=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB276 is #D14D89. Grayscale: #838383. Windows color (decimal): -13716874 or 7778862. OLE color: 7778862.
HSL color Cylindrical-coordinate representation of color #2EB276: hue angle of 152.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB276 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 118 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.30 |
| HSL | 152.73º | 0.59% | 0.44% | - |
| HSV(B) | 152.73º | 0.74% | 0.7% | - |
| XYZ | 20.32 | 33.73 | 22.58 | - |
| YUV | 131.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 118 | 0.74 | 0 | 0.34 | 0.30 | 152.73 | 0.59 | 0.44 |
| Hex | 2E | B2 | 76 | 4A | 0 | 22 | 1E | 99 | 3B | 2C |
| Octal | 56 | 262 | 166 | 112 | 0 | 42 | 36 | 231 | 73 | 54 |
| Binary | 101110 | 10110010 | 1110110 | 1001010 | 0 | 100010 | 11110 | 10011001 | 111011 | 101100 |
Color Harmonies of #2EB276
Complementary color
Monochromatic Colors of #2EB276
Black with #2EB276
Text Example
Text Example
White with #2EB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB276; }
p { color: rgb(46,178,118); }
H1.HeaderClassName
{
color: #2EB276;
}
.AnyTagClassName
{
color: #2EB276;
}
</style>
background-color css
<style>
a { background-color: #2EB276; }
a { background-color: rgb(46,178,118); }
div.DivClassName
{
background-color: #2EB276;
}
.BgClassName
{
background-color: #2EB276;
}
</style>
border-color css
<style>
span { border-color: #2EB276; }
span { border-color: rgb(46,178,118); }
td.TdClassName
{
border-color: #2EB276;
}
.TagClassName
{
border-color: #2EB276;
}
</style>