Shades of Medium Sea Green #2FBC78
Tints of Medium Sea Green #2FBC78
RGB
CMYK
RGB Variations
Color information
#2FBC78 (or 0x2FBC78) is known color: Medium Sea Green. HEX triplet: 2F, BC and 78. RGB value is (47,188,120). Sum of RGB (Red+Green+Blue) = 47+188+120=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC78 is #D04387. Grayscale: #8A8A8A. Windows color (decimal): -13648776 or 7912495. OLE color: 7912495.
HSL color Cylindrical-coordinate representation of color #2FBC78: hue angle of 151.06º 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 #2FBC78 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 120 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.26 |
| HSL | 151.06º | 0.6% | 0.46% | - |
| HSV(B) | 151.06º | 0.75% | 0.74% | - |
| XYZ | 22.55 | 37.93 | 23.9 | - |
| YUV | 138.09 | 117.79 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 120 | 0.75 | 0 | 0.36 | 0.26 | 151.06 | 0.6 | 0.46 |
| Hex | 2F | BC | 78 | 4B | 0 | 24 | 1A | 97 | 3C | 2E |
| Octal | 57 | 274 | 170 | 113 | 0 | 44 | 32 | 227 | 74 | 56 |
| Binary | 101111 | 10111100 | 1111000 | 1001011 | 0 | 100100 | 11010 | 10010111 | 111100 | 101110 |
Color Harmonies of #2FBC78
Complementary color
Monochromatic Colors of #2FBC78
Black with #2FBC78
Text Example
Text Example
White with #2FBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC78; }
p { color: rgb(47,188,120); }
H1.HeaderClassName
{
color: #2FBC78;
}
.AnyTagClassName
{
color: #2FBC78;
}
</style>
background-color css
<style>
a { background-color: #2FBC78; }
a { background-color: rgb(47,188,120); }
div.DivClassName
{
background-color: #2FBC78;
}
.BgClassName
{
background-color: #2FBC78;
}
</style>
border-color css
<style>
span { border-color: #2FBC78; }
span { border-color: rgb(47,188,120); }
td.TdClassName
{
border-color: #2FBC78;
}
.TagClassName
{
border-color: #2FBC78;
}
</style>