Shades of Medium Sea Green #2EAF71
Tints of Medium Sea Green #2EAF71
RGB
CMYK
RGB Variations
Color information
#2EAF71 (or 0x2EAF71) is known color: Medium Sea Green. HEX triplet: 2E, AF and 71. RGB value is (46,175,113). Sum of RGB (Red+Green+Blue) = 46+175+113=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF71 is #D1508E. Grayscale: #818181. Windows color (decimal): -13717647 or 7450414. OLE color: 7450414.
HSL color Cylindrical-coordinate representation of color #2EAF71: hue angle of 151.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF71 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 113 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.31 |
| HSL | 151.16º | 0.58% | 0.43% | - |
| HSV(B) | 151.16º | 0.74% | 0.69% | - |
| XYZ | 19.44 | 32.43 | 20.86 | - |
| YUV | 129.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 113 | 0.74 | 0 | 0.35 | 0.31 | 151.16 | 0.58 | 0.43 |
| Hex | 2E | AF | 71 | 4A | 0 | 23 | 1F | 97 | 3A | 2B |
| Octal | 56 | 257 | 161 | 112 | 0 | 43 | 37 | 227 | 72 | 53 |
| Binary | 101110 | 10101111 | 1110001 | 1001010 | 0 | 100011 | 11111 | 10010111 | 111010 | 101011 |
Color Harmonies of #2EAF71
Complementary color
Monochromatic Colors of #2EAF71
Black with #2EAF71
Text Example
Text Example
White with #2EAF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF71; }
p { color: rgb(46,175,113); }
H1.HeaderClassName
{
color: #2EAF71;
}
.AnyTagClassName
{
color: #2EAF71;
}
</style>
background-color css
<style>
a { background-color: #2EAF71; }
a { background-color: rgb(46,175,113); }
div.DivClassName
{
background-color: #2EAF71;
}
.BgClassName
{
background-color: #2EAF71;
}
</style>
border-color css
<style>
span { border-color: #2EAF71; }
span { border-color: rgb(46,175,113); }
td.TdClassName
{
border-color: #2EAF71;
}
.TagClassName
{
border-color: #2EAF71;
}
</style>