Shades of Medium Sea Green #2FA970
Tints of Medium Sea Green #2FA970
RGB
CMYK
RGB Variations
Color information
#2FA970 (or 0x2FA970) is known color: Medium Sea Green. HEX triplet: 2F, A9 and 70. RGB value is (47,169,112). Sum of RGB (Red+Green+Blue) = 47+169+112=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 169 (66.41% from 255 or 51.52% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA970 is #D0568F. Grayscale: #7E7E7E. Windows color (decimal): -13653648 or 7383343. OLE color: 7383343.
HSL color Cylindrical-coordinate representation of color #2FA970: hue angle of 151.97º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA970 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 112 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.34 |
| HSL | 151.97º | 0.56% | 0.42% | - |
| HSV(B) | 151.97º | 0.72% | 0.66% | - |
| XYZ | 18.28 | 30.15 | 20.19 | - |
| YUV | 126.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 112 | 0.72 | 0 | 0.34 | 0.34 | 151.97 | 0.56 | 0.42 |
| Hex | 2F | A9 | 70 | 48 | 0 | 22 | 22 | 98 | 38 | 2A |
| Octal | 57 | 251 | 160 | 110 | 0 | 42 | 42 | 230 | 70 | 52 |
| Binary | 101111 | 10101001 | 1110000 | 1001000 | 0 | 100010 | 100010 | 10011000 | 111000 | 101010 |
Color Harmonies of #2FA970
Complementary color
Monochromatic Colors of #2FA970
Black with #2FA970
Text Example
Text Example
White with #2FA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA970; }
p { color: rgb(47,169,112); }
H1.HeaderClassName
{
color: #2FA970;
}
.AnyTagClassName
{
color: #2FA970;
}
</style>
background-color css
<style>
a { background-color: #2FA970; }
a { background-color: rgb(47,169,112); }
div.DivClassName
{
background-color: #2FA970;
}
.BgClassName
{
background-color: #2FA970;
}
</style>
border-color css
<style>
span { border-color: #2FA970; }
span { border-color: rgb(47,169,112); }
td.TdClassName
{
border-color: #2FA970;
}
.TagClassName
{
border-color: #2FA970;
}
</style>