Shades of Medium Sea Green #2FAF74
Tints of Medium Sea Green #2FAF74
RGB
CMYK
RGB Variations
Color information
#2FAF74 (or 0x2FAF74) is known color: Medium Sea Green. HEX triplet: 2F, AF and 74. RGB value is (47,175,116). Sum of RGB (Red+Green+Blue) = 47+175+116=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF74 is #D0508B. Grayscale: #828282. Windows color (decimal): -13652108 or 7647023. OLE color: 7647023.
HSL color Cylindrical-coordinate representation of color #2FAF74: hue angle of 152.34º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF74 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 116 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.31 |
| HSL | 152.34º | 0.58% | 0.44% | - |
| HSV(B) | 152.34º | 0.73% | 0.69% | - |
| XYZ | 19.65 | 32.53 | 21.77 | - |
| YUV | 130 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 116 | 0.73 | 0 | 0.34 | 0.31 | 152.34 | 0.58 | 0.44 |
| Hex | 2F | AF | 74 | 49 | 0 | 22 | 1F | 98 | 3A | 2C |
| Octal | 57 | 257 | 164 | 111 | 0 | 42 | 37 | 230 | 72 | 54 |
| Binary | 101111 | 10101111 | 1110100 | 1001001 | 0 | 100010 | 11111 | 10011000 | 111010 | 101100 |
Color Harmonies of #2FAF74
Complementary color
Monochromatic Colors of #2FAF74
Black with #2FAF74
Text Example
Text Example
White with #2FAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF74; }
p { color: rgb(47,175,116); }
H1.HeaderClassName
{
color: #2FAF74;
}
.AnyTagClassName
{
color: #2FAF74;
}
</style>
background-color css
<style>
a { background-color: #2FAF74; }
a { background-color: rgb(47,175,116); }
div.DivClassName
{
background-color: #2FAF74;
}
.BgClassName
{
background-color: #2FAF74;
}
</style>
border-color css
<style>
span { border-color: #2FAF74; }
span { border-color: rgb(47,175,116); }
td.TdClassName
{
border-color: #2FAF74;
}
.TagClassName
{
border-color: #2FAF74;
}
</style>