Shades of Medium Sea Green #2FC674
Tints of Medium Sea Green #2FC674
RGB
CMYK
RGB Variations
Color information
#2FC674 (or 0x2FC674) is known color: Medium Sea Green. HEX triplet: 2F, C6 and 74. RGB value is (47,198,116). Sum of RGB (Red+Green+Blue) = 47+198+116=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC674 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC674 is #D0398B. Grayscale: #8F8F8F. Windows color (decimal): -13646220 or 7652911. OLE color: 7652911.
HSL color Cylindrical-coordinate representation of color #2FC674: hue angle of 147.42º 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 #2FC674 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 116 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.22 |
| HSL | 147.42º | 0.62% | 0.48% | - |
| HSV(B) | 147.42º | 0.76% | 0.78% | - |
| XYZ | 24.52 | 42.25 | 23.39 | - |
| YUV | 143.5 | 112.47 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 116 | 0.76 | 0 | 0.41 | 0.22 | 147.42 | 0.62 | 0.48 |
| Hex | 2F | C6 | 74 | 4C | 0 | 29 | 16 | 93 | 3E | 30 |
| Octal | 57 | 306 | 164 | 114 | 0 | 51 | 26 | 223 | 76 | 60 |
| Binary | 101111 | 11000110 | 1110100 | 1001100 | 0 | 101001 | 10110 | 10010011 | 111110 | 110000 |
Color Harmonies of #2FC674
Complementary color
Monochromatic Colors of #2FC674
Black with #2FC674
Text Example
Text Example
White with #2FC674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC674; }
p { color: rgb(47,198,116); }
H1.HeaderClassName
{
color: #2FC674;
}
.AnyTagClassName
{
color: #2FC674;
}
</style>
background-color css
<style>
a { background-color: #2FC674; }
a { background-color: rgb(47,198,116); }
div.DivClassName
{
background-color: #2FC674;
}
.BgClassName
{
background-color: #2FC674;
}
</style>
border-color css
<style>
span { border-color: #2FC674; }
span { border-color: rgb(47,198,116); }
td.TdClassName
{
border-color: #2FC674;
}
.TagClassName
{
border-color: #2FC674;
}
</style>