Shades of Medium Sea Green #2FBC62
Tints of Medium Sea Green #2FBC62
RGB
CMYK
RGB Variations
Color information
#2FBC62 (or 0x2FBC62) is known color: Medium Sea Green. HEX triplet: 2F, BC and 62. RGB value is (47,188,98). Sum of RGB (Red+Green+Blue) = 47+188+98=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC62 is #D0439D. Grayscale: #878787. Windows color (decimal): -13648798 or 6470703. OLE color: 6470703.
HSL color Cylindrical-coordinate representation of color #2FBC62: hue angle of 141.7º 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 #2FBC62 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 98 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.26 |
| HSL | 141.7º | 0.6% | 0.46% | - |
| HSV(B) | 141.7º | 0.75% | 0.74% | - |
| XYZ | 21.36 | 37.45 | 17.66 | - |
| YUV | 135.58 | 106.79 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 98 | 0.75 | 0 | 0.48 | 0.26 | 141.7 | 0.6 | 0.46 |
| Hex | 2F | BC | 62 | 4B | 0 | 30 | 1A | 8E | 3C | 2E |
| Octal | 57 | 274 | 142 | 113 | 0 | 60 | 32 | 216 | 74 | 56 |
| Binary | 101111 | 10111100 | 1100010 | 1001011 | 0 | 110000 | 11010 | 10001110 | 111100 | 101110 |
Color Harmonies of #2FBC62
Complementary color
Monochromatic Colors of #2FBC62
Black with #2FBC62
Text Example
Text Example
White with #2FBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC62; }
p { color: rgb(47,188,98); }
H1.HeaderClassName
{
color: #2FBC62;
}
.AnyTagClassName
{
color: #2FBC62;
}
</style>
background-color css
<style>
a { background-color: #2FBC62; }
a { background-color: rgb(47,188,98); }
div.DivClassName
{
background-color: #2FBC62;
}
.BgClassName
{
background-color: #2FBC62;
}
</style>
border-color css
<style>
span { border-color: #2FBC62; }
span { border-color: rgb(47,188,98); }
td.TdClassName
{
border-color: #2FBC62;
}
.TagClassName
{
border-color: #2FBC62;
}
</style>