Shades of Medium Sea Green #2FC875
Tints of Medium Sea Green #2FC875
RGB
CMYK
RGB Variations
Color information
#2FC875 (or 0x2FC875) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 75. RGB value is (47,200,117). Sum of RGB (Red+Green+Blue) = 47+200+117=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC875 is #D0378A. Grayscale: #909090. Windows color (decimal): -13645707 or 7718959. OLE color: 7718959.
HSL color Cylindrical-coordinate representation of color #2FC875: hue angle of 147.45º 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 #2FC875 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 117 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.22 |
| HSL | 147.45º | 0.62% | 0.48% | - |
| HSV(B) | 147.45º | 0.77% | 0.78% | - |
| XYZ | 25.04 | 43.2 | 23.85 | - |
| YUV | 144.79 | 112.31 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 117 | 0.76 | 0 | 0.42 | 0.22 | 147.45 | 0.62 | 0.48 |
| Hex | 2F | C8 | 75 | 4C | 0 | 2A | 16 | 93 | 3E | 30 |
| Octal | 57 | 310 | 165 | 114 | 0 | 52 | 26 | 223 | 76 | 60 |
| Binary | 101111 | 11001000 | 1110101 | 1001100 | 0 | 101010 | 10110 | 10010011 | 111110 | 110000 |
Color Harmonies of #2FC875
Complementary color
Monochromatic Colors of #2FC875
Black with #2FC875
Text Example
Text Example
White with #2FC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC875; }
p { color: rgb(47,200,117); }
H1.HeaderClassName
{
color: #2FC875;
}
.AnyTagClassName
{
color: #2FC875;
}
</style>
background-color css
<style>
a { background-color: #2FC875; }
a { background-color: rgb(47,200,117); }
div.DivClassName
{
background-color: #2FC875;
}
.BgClassName
{
background-color: #2FC875;
}
</style>
border-color css
<style>
span { border-color: #2FC875; }
span { border-color: rgb(47,200,117); }
td.TdClassName
{
border-color: #2FC875;
}
.TagClassName
{
border-color: #2FC875;
}
</style>