Shades of Medium Sea Green #2FBB77
Tints of Medium Sea Green #2FBB77
RGB
CMYK
RGB Variations
Color information
#2FBB77 (or 0x2FBB77) is known color: Medium Sea Green. HEX triplet: 2F, BB and 77. RGB value is (47,187,119). Sum of RGB (Red+Green+Blue) = 47+187+119=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB77 is #D04488. Grayscale: #898989. Windows color (decimal): -13649033 or 7846703. OLE color: 7846703.
HSL color Cylindrical-coordinate representation of color #2FBB77: hue angle of 150.86º 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 #2FBB77 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 119 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.27 |
| HSL | 150.86º | 0.6% | 0.46% | - |
| HSV(B) | 150.86º | 0.75% | 0.73% | - |
| XYZ | 22.27 | 37.48 | 23.51 | - |
| YUV | 137.39 | 117.62 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 119 | 0.75 | 0 | 0.36 | 0.27 | 150.86 | 0.6 | 0.46 |
| Hex | 2F | BB | 77 | 4B | 0 | 24 | 1B | 97 | 3C | 2E |
| Octal | 57 | 273 | 167 | 113 | 0 | 44 | 33 | 227 | 74 | 56 |
| Binary | 101111 | 10111011 | 1110111 | 1001011 | 0 | 100100 | 11011 | 10010111 | 111100 | 101110 |
Color Harmonies of #2FBB77
Complementary color
Monochromatic Colors of #2FBB77
Black with #2FBB77
Text Example
Text Example
White with #2FBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB77; }
p { color: rgb(47,187,119); }
H1.HeaderClassName
{
color: #2FBB77;
}
.AnyTagClassName
{
color: #2FBB77;
}
</style>
background-color css
<style>
a { background-color: #2FBB77; }
a { background-color: rgb(47,187,119); }
div.DivClassName
{
background-color: #2FBB77;
}
.BgClassName
{
background-color: #2FBB77;
}
</style>
border-color css
<style>
span { border-color: #2FBB77; }
span { border-color: rgb(47,187,119); }
td.TdClassName
{
border-color: #2FBB77;
}
.TagClassName
{
border-color: #2FBB77;
}
</style>