Shades of Medium Sea Green #2FA974
Tints of Medium Sea Green #2FA974
RGB
CMYK
RGB Variations
Color information
#2FA974 (or 0x2FA974) is known color: Medium Sea Green. HEX triplet: 2F, A9 and 74. RGB value is (47,169,116). Sum of RGB (Red+Green+Blue) = 47+169+116=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA974 is #D0568B. Grayscale: #7E7E7E. Windows color (decimal): -13653644 or 7645487. OLE color: 7645487.
HSL color Cylindrical-coordinate representation of color #2FA974: hue angle of 153.93º 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 #2FA974 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 116 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.34 |
| HSL | 153.93º | 0.56% | 0.42% | - |
| HSV(B) | 153.93º | 0.72% | 0.66% | - |
| XYZ | 18.51 | 30.24 | 21.38 | - |
| YUV | 126.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 116 | 0.72 | 0 | 0.31 | 0.34 | 153.93 | 0.56 | 0.42 |
| Hex | 2F | A9 | 74 | 48 | 0 | 1F | 22 | 9A | 38 | 2A |
| Octal | 57 | 251 | 164 | 110 | 0 | 37 | 42 | 232 | 70 | 52 |
| Binary | 101111 | 10101001 | 1110100 | 1001000 | 0 | 11111 | 100010 | 10011010 | 111000 | 101010 |
Color Harmonies of #2FA974
Complementary color
Monochromatic Colors of #2FA974
Black with #2FA974
Text Example
Text Example
White with #2FA974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA974; }
p { color: rgb(47,169,116); }
H1.HeaderClassName
{
color: #2FA974;
}
.AnyTagClassName
{
color: #2FA974;
}
</style>
background-color css
<style>
a { background-color: #2FA974; }
a { background-color: rgb(47,169,116); }
div.DivClassName
{
background-color: #2FA974;
}
.BgClassName
{
background-color: #2FA974;
}
</style>
border-color css
<style>
span { border-color: #2FA974; }
span { border-color: rgb(47,169,116); }
td.TdClassName
{
border-color: #2FA974;
}
.TagClassName
{
border-color: #2FA974;
}
</style>