Shades of Medium Sea Green #2FBC70
Tints of Medium Sea Green #2FBC70
RGB
CMYK
RGB Variations
Color information
#2FBC70 (or 0x2FBC70) is known color: Medium Sea Green. HEX triplet: 2F, BC and 70. RGB value is (47,188,112). Sum of RGB (Red+Green+Blue) = 47+188+112=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC70 is #D0438F. Grayscale: #898989. Windows color (decimal): -13648784 or 7388207. OLE color: 7388207.
HSL color Cylindrical-coordinate representation of color #2FBC70: hue angle of 147.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC70 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 112 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.26 |
| HSL | 147.66º | 0.6% | 0.46% | - |
| HSV(B) | 147.66º | 0.75% | 0.74% | - |
| XYZ | 22.08 | 37.74 | 21.45 | - |
| YUV | 137.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 112 | 0.75 | 0 | 0.40 | 0.26 | 147.66 | 0.6 | 0.46 |
| Hex | 2F | BC | 70 | 4B | 0 | 28 | 1A | 94 | 3C | 2E |
| Octal | 57 | 274 | 160 | 113 | 0 | 50 | 32 | 224 | 74 | 56 |
| Binary | 101111 | 10111100 | 1110000 | 1001011 | 0 | 101000 | 11010 | 10010100 | 111100 | 101110 |
Color Harmonies of #2FBC70
Complementary color
Monochromatic Colors of #2FBC70
Black with #2FBC70
Text Example
Text Example
White with #2FBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC70; }
p { color: rgb(47,188,112); }
H1.HeaderClassName
{
color: #2FBC70;
}
.AnyTagClassName
{
color: #2FBC70;
}
</style>
background-color css
<style>
a { background-color: #2FBC70; }
a { background-color: rgb(47,188,112); }
div.DivClassName
{
background-color: #2FBC70;
}
.BgClassName
{
background-color: #2FBC70;
}
</style>
border-color css
<style>
span { border-color: #2FBC70; }
span { border-color: rgb(47,188,112); }
td.TdClassName
{
border-color: #2FBC70;
}
.TagClassName
{
border-color: #2FBC70;
}
</style>