Shades of Medium Sea Green #2FBC73
Tints of Medium Sea Green #2FBC73
RGB
CMYK
RGB Variations
Color information
#2FBC73 (or 0x2FBC73) is known color: Medium Sea Green. HEX triplet: 2F, BC and 73. RGB value is (47,188,115). Sum of RGB (Red+Green+Blue) = 47+188+115=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC73 is #D0438C. Grayscale: #898989. Windows color (decimal): -13648781 or 7584815. OLE color: 7584815.
HSL color Cylindrical-coordinate representation of color #2FBC73: hue angle of 148.94º 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 #2FBC73 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 115 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.26 |
| HSL | 148.94º | 0.6% | 0.46% | - |
| HSV(B) | 148.94º | 0.75% | 0.74% | - |
| XYZ | 22.25 | 37.81 | 22.34 | - |
| YUV | 137.52 | 115.29 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 115 | 0.75 | 0 | 0.39 | 0.26 | 148.94 | 0.6 | 0.46 |
| Hex | 2F | BC | 73 | 4B | 0 | 27 | 1A | 95 | 3C | 2E |
| Octal | 57 | 274 | 163 | 113 | 0 | 47 | 32 | 225 | 74 | 56 |
| Binary | 101111 | 10111100 | 1110011 | 1001011 | 0 | 100111 | 11010 | 10010101 | 111100 | 101110 |
Color Harmonies of #2FBC73
Complementary color
Monochromatic Colors of #2FBC73
Black with #2FBC73
Text Example
Text Example
White with #2FBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC73; }
p { color: rgb(47,188,115); }
H1.HeaderClassName
{
color: #2FBC73;
}
.AnyTagClassName
{
color: #2FBC73;
}
</style>
background-color css
<style>
a { background-color: #2FBC73; }
a { background-color: rgb(47,188,115); }
div.DivClassName
{
background-color: #2FBC73;
}
.BgClassName
{
background-color: #2FBC73;
}
</style>
border-color css
<style>
span { border-color: #2FBC73; }
span { border-color: rgb(47,188,115); }
td.TdClassName
{
border-color: #2FBC73;
}
.TagClassName
{
border-color: #2FBC73;
}
</style>