Shades of Medium Sea Green #2FC056
Tints of Medium Sea Green #2FC056
RGB
CMYK
RGB Variations
Color information
#2FC056 (or 0x2FC056) is known color: Medium Sea Green. HEX triplet: 2F, C0 and 56. RGB value is (47,192,86). Sum of RGB (Red+Green+Blue) = 47+192+86=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC056 is #D03FA9. Grayscale: #888888. Windows color (decimal): -13647786 or 5685295. OLE color: 5685295.
HSL color Cylindrical-coordinate representation of color #2FC056: hue angle of 136.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC056 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 86 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.25 |
| HSL | 136.14º | 0.61% | 0.47% | - |
| HSV(B) | 136.14º | 0.76% | 0.75% | - |
| XYZ | 21.7 | 38.98 | 15.18 | - |
| YUV | 136.56 | 99.46 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 86 | 0.76 | 0 | 0.55 | 0.25 | 136.14 | 0.61 | 0.47 |
| Hex | 2F | C0 | 56 | 4C | 0 | 37 | 19 | 88 | 3D | 2F |
| Octal | 57 | 300 | 126 | 114 | 0 | 67 | 31 | 210 | 75 | 57 |
| Binary | 101111 | 11000000 | 1010110 | 1001100 | 0 | 110111 | 11001 | 10001000 | 111101 | 101111 |
Color Harmonies of #2FC056
Complementary color
Monochromatic Colors of #2FC056
Black with #2FC056
Text Example
Text Example
White with #2FC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC056; }
p { color: rgb(47,192,86); }
H1.HeaderClassName
{
color: #2FC056;
}
.AnyTagClassName
{
color: #2FC056;
}
</style>
background-color css
<style>
a { background-color: #2FC056; }
a { background-color: rgb(47,192,86); }
div.DivClassName
{
background-color: #2FC056;
}
.BgClassName
{
background-color: #2FC056;
}
</style>
border-color css
<style>
span { border-color: #2FC056; }
span { border-color: rgb(47,192,86); }
td.TdClassName
{
border-color: #2FC056;
}
.TagClassName
{
border-color: #2FC056;
}
</style>