Shades of Medium Sea Green #2FAF76
Tints of Medium Sea Green #2FAF76
RGB
CMYK
RGB Variations
Color information
#2FAF76 (or 0x2FAF76) is known color: Medium Sea Green. HEX triplet: 2F, AF and 76. RGB value is (47,175,118). Sum of RGB (Red+Green+Blue) = 47+175+118=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF76 is #D05089. Grayscale: #828282. Windows color (decimal): -13652106 or 7778095. OLE color: 7778095.
HSL color Cylindrical-coordinate representation of color #2FAF76: hue angle of 153.28º 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 #2FAF76 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 118 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.31 |
| HSL | 153.28º | 0.58% | 0.44% | - |
| HSV(B) | 153.28º | 0.73% | 0.69% | - |
| XYZ | 19.77 | 32.57 | 22.38 | - |
| YUV | 130.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 118 | 0.73 | 0 | 0.33 | 0.31 | 153.28 | 0.58 | 0.44 |
| Hex | 2F | AF | 76 | 49 | 0 | 21 | 1F | 99 | 3A | 2C |
| Octal | 57 | 257 | 166 | 111 | 0 | 41 | 37 | 231 | 72 | 54 |
| Binary | 101111 | 10101111 | 1110110 | 1001001 | 0 | 100001 | 11111 | 10011001 | 111010 | 101100 |
Color Harmonies of #2FAF76
Complementary color
Monochromatic Colors of #2FAF76
Black with #2FAF76
Text Example
Text Example
White with #2FAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF76; }
p { color: rgb(47,175,118); }
H1.HeaderClassName
{
color: #2FAF76;
}
.AnyTagClassName
{
color: #2FAF76;
}
</style>
background-color css
<style>
a { background-color: #2FAF76; }
a { background-color: rgb(47,175,118); }
div.DivClassName
{
background-color: #2FAF76;
}
.BgClassName
{
background-color: #2FAF76;
}
</style>
border-color css
<style>
span { border-color: #2FAF76; }
span { border-color: rgb(47,175,118); }
td.TdClassName
{
border-color: #2FAF76;
}
.TagClassName
{
border-color: #2FAF76;
}
</style>