Shades of Medium Sea Green #2FBA76
Tints of Medium Sea Green #2FBA76
RGB
CMYK
RGB Variations
Color information
#2FBA76 (or 0x2FBA76) is known color: Medium Sea Green. HEX triplet: 2F, BA and 76. RGB value is (47,186,118). Sum of RGB (Red+Green+Blue) = 47+186+118=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA76 is #D04589. Grayscale: #888888. Windows color (decimal): -13649290 or 7780911. OLE color: 7780911.
HSL color Cylindrical-coordinate representation of color #2FBA76: hue angle of 150.65º 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 #2FBA76 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 118 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.27 |
| HSL | 150.65º | 0.6% | 0.46% | - |
| HSV(B) | 150.65º | 0.75% | 0.73% | - |
| XYZ | 22 | 37.03 | 23.13 | - |
| YUV | 136.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 118 | 0.75 | 0 | 0.37 | 0.27 | 150.65 | 0.6 | 0.46 |
| Hex | 2F | BA | 76 | 4B | 0 | 25 | 1B | 97 | 3C | 2E |
| Octal | 57 | 272 | 166 | 113 | 0 | 45 | 33 | 227 | 74 | 56 |
| Binary | 101111 | 10111010 | 1110110 | 1001011 | 0 | 100101 | 11011 | 10010111 | 111100 | 101110 |
Color Harmonies of #2FBA76
Complementary color
Monochromatic Colors of #2FBA76
Black with #2FBA76
Text Example
Text Example
White with #2FBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA76; }
p { color: rgb(47,186,118); }
H1.HeaderClassName
{
color: #2FBA76;
}
.AnyTagClassName
{
color: #2FBA76;
}
</style>
background-color css
<style>
a { background-color: #2FBA76; }
a { background-color: rgb(47,186,118); }
div.DivClassName
{
background-color: #2FBA76;
}
.BgClassName
{
background-color: #2FBA76;
}
</style>
border-color css
<style>
span { border-color: #2FBA76; }
span { border-color: rgb(47,186,118); }
td.TdClassName
{
border-color: #2FBA76;
}
.TagClassName
{
border-color: #2FBA76;
}
</style>