Shades of Medium Sea Green #2FC671
Tints of Medium Sea Green #2FC671
RGB
CMYK
RGB Variations
Color information
#2FC671 (or 0x2FC671) is known color: Medium Sea Green. HEX triplet: 2F, C6 and 71. RGB value is (47,198,113). Sum of RGB (Red+Green+Blue) = 47+198+113=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC671 is #D0398E. Grayscale: #8F8F8F. Windows color (decimal): -13646223 or 7456303. OLE color: 7456303.
HSL color Cylindrical-coordinate representation of color #2FC671: hue angle of 146.23º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC671 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 113 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.22 |
| HSL | 146.23º | 0.62% | 0.48% | - |
| HSV(B) | 146.23º | 0.76% | 0.78% | - |
| XYZ | 24.35 | 42.18 | 22.48 | - |
| YUV | 143.16 | 110.97 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 113 | 0.76 | 0 | 0.43 | 0.22 | 146.23 | 0.62 | 0.48 |
| Hex | 2F | C6 | 71 | 4C | 0 | 2B | 16 | 92 | 3E | 30 |
| Octal | 57 | 306 | 161 | 114 | 0 | 53 | 26 | 222 | 76 | 60 |
| Binary | 101111 | 11000110 | 1110001 | 1001100 | 0 | 101011 | 10110 | 10010010 | 111110 | 110000 |
Color Harmonies of #2FC671
Complementary color
Monochromatic Colors of #2FC671
Black with #2FC671
Text Example
Text Example
White with #2FC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC671; }
p { color: rgb(47,198,113); }
H1.HeaderClassName
{
color: #2FC671;
}
.AnyTagClassName
{
color: #2FC671;
}
</style>
background-color css
<style>
a { background-color: #2FC671; }
a { background-color: rgb(47,198,113); }
div.DivClassName
{
background-color: #2FC671;
}
.BgClassName
{
background-color: #2FC671;
}
</style>
border-color css
<style>
span { border-color: #2FC671; }
span { border-color: rgb(47,198,113); }
td.TdClassName
{
border-color: #2FC671;
}
.TagClassName
{
border-color: #2FC671;
}
</style>