Shades of Medium Sea Green #2FBA72
Tints of Medium Sea Green #2FBA72
RGB
CMYK
RGB Variations
Color information
#2FBA72 (or 0x2FBA72) is known color: Medium Sea Green. HEX triplet: 2F, BA and 72. RGB value is (47,186,114). Sum of RGB (Red+Green+Blue) = 47+186+114=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA72 is #D0458D. Grayscale: #888888. Windows color (decimal): -13649294 or 7518767. OLE color: 7518767.
HSL color Cylindrical-coordinate representation of color #2FBA72: hue angle of 148.92º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA72 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 114 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.27 |
| HSL | 148.92º | 0.6% | 0.46% | - |
| HSV(B) | 148.92º | 0.75% | 0.73% | - |
| XYZ | 21.77 | 36.94 | 21.9 | - |
| YUV | 136.23 | 115.45 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 114 | 0.75 | 0 | 0.39 | 0.27 | 148.92 | 0.6 | 0.46 |
| Hex | 2F | BA | 72 | 4B | 0 | 27 | 1B | 95 | 3C | 2E |
| Octal | 57 | 272 | 162 | 113 | 0 | 47 | 33 | 225 | 74 | 56 |
| Binary | 101111 | 10111010 | 1110010 | 1001011 | 0 | 100111 | 11011 | 10010101 | 111100 | 101110 |
Color Harmonies of #2FBA72
Complementary color
Monochromatic Colors of #2FBA72
Black with #2FBA72
Text Example
Text Example
White with #2FBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA72; }
p { color: rgb(47,186,114); }
H1.HeaderClassName
{
color: #2FBA72;
}
.AnyTagClassName
{
color: #2FBA72;
}
</style>
background-color css
<style>
a { background-color: #2FBA72; }
a { background-color: rgb(47,186,114); }
div.DivClassName
{
background-color: #2FBA72;
}
.BgClassName
{
background-color: #2FBA72;
}
</style>
border-color css
<style>
span { border-color: #2FBA72; }
span { border-color: rgb(47,186,114); }
td.TdClassName
{
border-color: #2FBA72;
}
.TagClassName
{
border-color: #2FBA72;
}
</style>