Shades of Medium Sea Green #2EB275
Tints of Medium Sea Green #2EB275
RGB
CMYK
RGB Variations
Color information
#2EB275 (or 0x2EB275) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 75. RGB value is (46,178,117). Sum of RGB (Red+Green+Blue) = 46+178+117=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB275 is #D14D8A. Grayscale: #838383. Windows color (decimal): -13716875 or 7713326. OLE color: 7713326.
HSL color Cylindrical-coordinate representation of color #2EB275: hue angle of 152.27º 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 #2EB275 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 117 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.30 |
| HSL | 152.27º | 0.59% | 0.44% | - |
| HSV(B) | 152.27º | 0.74% | 0.7% | - |
| XYZ | 20.26 | 33.71 | 22.27 | - |
| YUV | 131.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 117 | 0.74 | 0 | 0.34 | 0.30 | 152.27 | 0.59 | 0.44 |
| Hex | 2E | B2 | 75 | 4A | 0 | 22 | 1E | 98 | 3B | 2C |
| Octal | 56 | 262 | 165 | 112 | 0 | 42 | 36 | 230 | 73 | 54 |
| Binary | 101110 | 10110010 | 1110101 | 1001010 | 0 | 100010 | 11110 | 10011000 | 111011 | 101100 |
Color Harmonies of #2EB275
Complementary color
Monochromatic Colors of #2EB275
Black with #2EB275
Text Example
Text Example
White with #2EB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB275; }
p { color: rgb(46,178,117); }
H1.HeaderClassName
{
color: #2EB275;
}
.AnyTagClassName
{
color: #2EB275;
}
</style>
background-color css
<style>
a { background-color: #2EB275; }
a { background-color: rgb(46,178,117); }
div.DivClassName
{
background-color: #2EB275;
}
.BgClassName
{
background-color: #2EB275;
}
</style>
border-color css
<style>
span { border-color: #2EB275; }
span { border-color: rgb(46,178,117); }
td.TdClassName
{
border-color: #2EB275;
}
.TagClassName
{
border-color: #2EB275;
}
</style>