Shades of Medium Sea Green #2FBC6D
Tints of Medium Sea Green #2FBC6D
RGB
CMYK
RGB Variations
Color information
#2FBC6D (or 0x2FBC6D) is known color: Medium Sea Green. HEX triplet: 2F, BC and 6D. RGB value is (47,188,109). Sum of RGB (Red+Green+Blue) = 47+188+109=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC6D is #D04392. Grayscale: #898989. Windows color (decimal): -13648787 or 7191599. OLE color: 7191599.
HSL color Cylindrical-coordinate representation of color #2FBC6D: hue angle of 146.38º 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 #2FBC6D is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 109 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.26 |
| HSL | 146.38º | 0.6% | 0.46% | - |
| HSV(B) | 146.38º | 0.75% | 0.74% | - |
| XYZ | 21.92 | 37.67 | 20.58 | - |
| YUV | 136.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 109 | 0.75 | 0 | 0.42 | 0.26 | 146.38 | 0.6 | 0.46 |
| Hex | 2F | BC | 6D | 4B | 0 | 2A | 1A | 92 | 3C | 2E |
| Octal | 57 | 274 | 155 | 113 | 0 | 52 | 32 | 222 | 74 | 56 |
| Binary | 101111 | 10111100 | 1101101 | 1001011 | 0 | 101010 | 11010 | 10010010 | 111100 | 101110 |
Color Harmonies of #2FBC6D
Complementary color
Monochromatic Colors of #2FBC6D
Black with #2FBC6D
Text Example
Text Example
White with #2FBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC6D; }
p { color: rgb(47,188,109); }
H1.HeaderClassName
{
color: #2FBC6D;
}
.AnyTagClassName
{
color: #2FBC6D;
}
</style>
background-color css
<style>
a { background-color: #2FBC6D; }
a { background-color: rgb(47,188,109); }
div.DivClassName
{
background-color: #2FBC6D;
}
.BgClassName
{
background-color: #2FBC6D;
}
</style>
border-color css
<style>
span { border-color: #2FBC6D; }
span { border-color: rgb(47,188,109); }
td.TdClassName
{
border-color: #2FBC6D;
}
.TagClassName
{
border-color: #2FBC6D;
}
</style>