Shades of Medium Sea Green #2FAF63
Tints of Medium Sea Green #2FAF63
RGB
CMYK
RGB Variations
Color information
#2FAF63 (or 0x2FAF63) is known color: Medium Sea Green. HEX triplet: 2F, AF and 63. RGB value is (47,175,99). Sum of RGB (Red+Green+Blue) = 47+175+99=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF63 is #D0509C. Grayscale: #808080. Windows color (decimal): -13652125 or 6532911. OLE color: 6532911.
HSL color Cylindrical-coordinate representation of color #2FAF63: hue angle of 144.38º 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 #2FAF63 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 99 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.31 |
| HSL | 144.38º | 0.58% | 0.44% | - |
| HSV(B) | 144.38º | 0.73% | 0.69% | - |
| XYZ | 18.75 | 32.17 | 17.02 | - |
| YUV | 128.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 99 | 0.73 | 0 | 0.43 | 0.31 | 144.38 | 0.58 | 0.44 |
| Hex | 2F | AF | 63 | 49 | 0 | 2B | 1F | 90 | 3A | 2C |
| Octal | 57 | 257 | 143 | 111 | 0 | 53 | 37 | 220 | 72 | 54 |
| Binary | 101111 | 10101111 | 1100011 | 1001001 | 0 | 101011 | 11111 | 10010000 | 111010 | 101100 |
Color Harmonies of #2FAF63
Complementary color
Monochromatic Colors of #2FAF63
Black with #2FAF63
Text Example
Text Example
White with #2FAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF63; }
p { color: rgb(47,175,99); }
H1.HeaderClassName
{
color: #2FAF63;
}
.AnyTagClassName
{
color: #2FAF63;
}
</style>
background-color css
<style>
a { background-color: #2FAF63; }
a { background-color: rgb(47,175,99); }
div.DivClassName
{
background-color: #2FAF63;
}
.BgClassName
{
background-color: #2FAF63;
}
</style>
border-color css
<style>
span { border-color: #2FAF63; }
span { border-color: rgb(47,175,99); }
td.TdClassName
{
border-color: #2FAF63;
}
.TagClassName
{
border-color: #2FAF63;
}
</style>