Shades of Medium Sea Green #2FC275
Tints of Medium Sea Green #2FC275
RGB
CMYK
RGB Variations
Color information
#2FC275 (or 0x2FC275) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 75. RGB value is (47,194,117). Sum of RGB (Red+Green+Blue) = 47+194+117=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC275 is #D03D8A. Grayscale: #8D8D8D. Windows color (decimal): -13647243 or 7717423. OLE color: 7717423.
HSL color Cylindrical-coordinate representation of color #2FC275: hue angle of 148.57º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC275 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 117 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.24 |
| HSL | 148.57º | 0.61% | 0.47% | - |
| HSV(B) | 148.57º | 0.76% | 0.76% | - |
| XYZ | 23.67 | 40.47 | 23.39 | - |
| YUV | 141.27 | 114.3 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 117 | 0.76 | 0 | 0.40 | 0.24 | 148.57 | 0.61 | 0.47 |
| Hex | 2F | C2 | 75 | 4C | 0 | 28 | 18 | 95 | 3D | 2F |
| Octal | 57 | 302 | 165 | 114 | 0 | 50 | 30 | 225 | 75 | 57 |
| Binary | 101111 | 11000010 | 1110101 | 1001100 | 0 | 101000 | 11000 | 10010101 | 111101 | 101111 |
Color Harmonies of #2FC275
Complementary color
Monochromatic Colors of #2FC275
Black with #2FC275
Text Example
Text Example
White with #2FC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC275; }
p { color: rgb(47,194,117); }
H1.HeaderClassName
{
color: #2FC275;
}
.AnyTagClassName
{
color: #2FC275;
}
</style>
background-color css
<style>
a { background-color: #2FC275; }
a { background-color: rgb(47,194,117); }
div.DivClassName
{
background-color: #2FC275;
}
.BgClassName
{
background-color: #2FC275;
}
</style>
border-color css
<style>
span { border-color: #2FC275; }
span { border-color: rgb(47,194,117); }
td.TdClassName
{
border-color: #2FC275;
}
.TagClassName
{
border-color: #2FC275;
}
</style>