Shades of Medium Sea Green #2FC670
Tints of Medium Sea Green #2FC670
RGB
CMYK
RGB Variations
Color information
#2FC670 (or 0x2FC670) is known color: Medium Sea Green. HEX triplet: 2F, C6 and 70. RGB value is (47,198,112). Sum of RGB (Red+Green+Blue) = 47+198+112=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC670 is #D0398F. Grayscale: #8F8F8F. Windows color (decimal): -13646224 or 7390767. OLE color: 7390767.
HSL color Cylindrical-coordinate representation of color #2FC670: hue angle of 145.83º 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 #2FC670 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 112 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.22 |
| HSL | 145.83º | 0.62% | 0.48% | - |
| HSV(B) | 145.83º | 0.76% | 0.78% | - |
| XYZ | 24.29 | 42.16 | 22.19 | - |
| YUV | 143.05 | 110.47 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 112 | 0.76 | 0 | 0.43 | 0.22 | 145.83 | 0.62 | 0.48 |
| Hex | 2F | C6 | 70 | 4C | 0 | 2B | 16 | 92 | 3E | 30 |
| Octal | 57 | 306 | 160 | 114 | 0 | 53 | 26 | 222 | 76 | 60 |
| Binary | 101111 | 11000110 | 1110000 | 1001100 | 0 | 101011 | 10110 | 10010010 | 111110 | 110000 |
Color Harmonies of #2FC670
Complementary color
Monochromatic Colors of #2FC670
Black with #2FC670
Text Example
Text Example
White with #2FC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC670; }
p { color: rgb(47,198,112); }
H1.HeaderClassName
{
color: #2FC670;
}
.AnyTagClassName
{
color: #2FC670;
}
</style>
background-color css
<style>
a { background-color: #2FC670; }
a { background-color: rgb(47,198,112); }
div.DivClassName
{
background-color: #2FC670;
}
.BgClassName
{
background-color: #2FC670;
}
</style>
border-color css
<style>
span { border-color: #2FC670; }
span { border-color: rgb(47,198,112); }
td.TdClassName
{
border-color: #2FC670;
}
.TagClassName
{
border-color: #2FC670;
}
</style>