Shades of Medium Sea Green #2FC274
Tints of Medium Sea Green #2FC274
RGB
CMYK
RGB Variations
Color information
#2FC274 (or 0x2FC274) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 74. RGB value is (47,194,116). Sum of RGB (Red+Green+Blue) = 47+194+116=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC274 is #D03D8B. Grayscale: #8D8D8D. Windows color (decimal): -13647244 or 7651887. OLE color: 7651887.
HSL color Cylindrical-coordinate representation of color #2FC274: hue angle of 148.16º 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 #2FC274 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 116 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.24 |
| HSL | 148.16º | 0.61% | 0.47% | - |
| HSV(B) | 148.16º | 0.76% | 0.76% | - |
| XYZ | 23.62 | 40.45 | 23.09 | - |
| YUV | 141.16 | 113.8 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 116 | 0.76 | 0 | 0.40 | 0.24 | 148.16 | 0.61 | 0.47 |
| Hex | 2F | C2 | 74 | 4C | 0 | 28 | 18 | 94 | 3D | 2F |
| Octal | 57 | 302 | 164 | 114 | 0 | 50 | 30 | 224 | 75 | 57 |
| Binary | 101111 | 11000010 | 1110100 | 1001100 | 0 | 101000 | 11000 | 10010100 | 111101 | 101111 |
Color Harmonies of #2FC274
Complementary color
Monochromatic Colors of #2FC274
Black with #2FC274
Text Example
Text Example
White with #2FC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC274; }
p { color: rgb(47,194,116); }
H1.HeaderClassName
{
color: #2FC274;
}
.AnyTagClassName
{
color: #2FC274;
}
</style>
background-color css
<style>
a { background-color: #2FC274; }
a { background-color: rgb(47,194,116); }
div.DivClassName
{
background-color: #2FC274;
}
.BgClassName
{
background-color: #2FC274;
}
</style>
border-color css
<style>
span { border-color: #2FC274; }
span { border-color: rgb(47,194,116); }
td.TdClassName
{
border-color: #2FC274;
}
.TagClassName
{
border-color: #2FC274;
}
</style>