Shades of Medium Sea Green #2FBC74
Tints of Medium Sea Green #2FBC74
RGB
CMYK
RGB Variations
Color information
#2FBC74 (or 0x2FBC74) is known color: Medium Sea Green. HEX triplet: 2F, BC and 74. RGB value is (47,188,116). Sum of RGB (Red+Green+Blue) = 47+188+116=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC74 is #D0438B. Grayscale: #898989. Windows color (decimal): -13648780 or 7650351. OLE color: 7650351.
HSL color Cylindrical-coordinate representation of color #2FBC74: hue angle of 149.36º 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 #2FBC74 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 116 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.26 |
| HSL | 149.36º | 0.6% | 0.46% | - |
| HSV(B) | 149.36º | 0.75% | 0.74% | - |
| XYZ | 22.31 | 37.83 | 22.65 | - |
| YUV | 137.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 116 | 0.75 | 0 | 0.38 | 0.26 | 149.36 | 0.6 | 0.46 |
| Hex | 2F | BC | 74 | 4B | 0 | 26 | 1A | 95 | 3C | 2E |
| Octal | 57 | 274 | 164 | 113 | 0 | 46 | 32 | 225 | 74 | 56 |
| Binary | 101111 | 10111100 | 1110100 | 1001011 | 0 | 100110 | 11010 | 10010101 | 111100 | 101110 |
Color Harmonies of #2FBC74
Complementary color
Monochromatic Colors of #2FBC74
Black with #2FBC74
Text Example
Text Example
White with #2FBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC74; }
p { color: rgb(47,188,116); }
H1.HeaderClassName
{
color: #2FBC74;
}
.AnyTagClassName
{
color: #2FBC74;
}
</style>
background-color css
<style>
a { background-color: #2FBC74; }
a { background-color: rgb(47,188,116); }
div.DivClassName
{
background-color: #2FBC74;
}
.BgClassName
{
background-color: #2FBC74;
}
</style>
border-color css
<style>
span { border-color: #2FBC74; }
span { border-color: rgb(47,188,116); }
td.TdClassName
{
border-color: #2FBC74;
}
.TagClassName
{
border-color: #2FBC74;
}
</style>