Shades of Medium Sea Green #2FCF75
Tints of Medium Sea Green #2FCF75
RGB
CMYK
RGB Variations
Color information
#2FCF75 (or 0x2FCF75) is known color: Medium Sea Green. HEX triplet: 2F, CF and 75. RGB value is (47,207,117). Sum of RGB (Red+Green+Blue) = 47+207+117=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF75 is #D0308A. Grayscale: #959595. Windows color (decimal): -13643915 or 7720751. OLE color: 7720751.
HSL color Cylindrical-coordinate representation of color #2FCF75: hue angle of 146.25º 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 #2FCF75 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 117 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.19 |
| HSL | 146.25º | 0.63% | 0.5% | - |
| HSV(B) | 146.25º | 0.77% | 0.81% | - |
| XYZ | 26.7 | 46.51 | 24.4 | - |
| YUV | 148.9 | 109.99 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 117 | 0.77 | 0 | 0.43 | 0.19 | 146.25 | 0.63 | 0.5 |
| Hex | 2F | CF | 75 | 4D | 0 | 2B | 13 | 92 | 3F | 32 |
| Octal | 57 | 317 | 165 | 115 | 0 | 53 | 23 | 222 | 77 | 62 |
| Binary | 101111 | 11001111 | 1110101 | 1001101 | 0 | 101011 | 10011 | 10010010 | 111111 | 110010 |
Color Harmonies of #2FCF75
Complementary color
Monochromatic Colors of #2FCF75
Black with #2FCF75
Text Example
Text Example
White with #2FCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF75; }
p { color: rgb(47,207,117); }
H1.HeaderClassName
{
color: #2FCF75;
}
.AnyTagClassName
{
color: #2FCF75;
}
</style>
background-color css
<style>
a { background-color: #2FCF75; }
a { background-color: rgb(47,207,117); }
div.DivClassName
{
background-color: #2FCF75;
}
.BgClassName
{
background-color: #2FCF75;
}
</style>
border-color css
<style>
span { border-color: #2FCF75; }
span { border-color: rgb(47,207,117); }
td.TdClassName
{
border-color: #2FCF75;
}
.TagClassName
{
border-color: #2FCF75;
}
</style>