Shades of Medium Sea Green #2FCF7A
Tints of Medium Sea Green #2FCF7A
RGB
CMYK
RGB Variations
Color information
#2FCF7A (or 0x2FCF7A) is known color: Medium Sea Green. HEX triplet: 2F, CF and 7A. RGB value is (47,207,122). Sum of RGB (Red+Green+Blue) = 47+207+122=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF7A is #D03085. Grayscale: #959595. Windows color (decimal): -13643910 or 8048431. OLE color: 8048431.
HSL color Cylindrical-coordinate representation of color #2FCF7A: hue angle of 148.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF7A is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 122 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.19 |
| HSL | 148.13º | 0.63% | 0.5% | - |
| HSV(B) | 148.13º | 0.77% | 0.81% | - |
| XYZ | 27 | 46.64 | 25.99 | - |
| YUV | 149.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 122 | 0.77 | 0 | 0.41 | 0.19 | 148.13 | 0.63 | 0.5 |
| Hex | 2F | CF | 7A | 4D | 0 | 29 | 13 | 94 | 3F | 32 |
| Octal | 57 | 317 | 172 | 115 | 0 | 51 | 23 | 224 | 77 | 62 |
| Binary | 101111 | 11001111 | 1111010 | 1001101 | 0 | 101001 | 10011 | 10010100 | 111111 | 110010 |
Color Harmonies of #2FCF7A
Complementary color
Monochromatic Colors of #2FCF7A
Black with #2FCF7A
Text Example
Text Example
White with #2FCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF7A; }
p { color: rgb(47,207,122); }
H1.HeaderClassName
{
color: #2FCF7A;
}
.AnyTagClassName
{
color: #2FCF7A;
}
</style>
background-color css
<style>
a { background-color: #2FCF7A; }
a { background-color: rgb(47,207,122); }
div.DivClassName
{
background-color: #2FCF7A;
}
.BgClassName
{
background-color: #2FCF7A;
}
</style>
border-color css
<style>
span { border-color: #2FCF7A; }
span { border-color: rgb(47,207,122); }
td.TdClassName
{
border-color: #2FCF7A;
}
.TagClassName
{
border-color: #2FCF7A;
}
</style>