Shades of Medium Sea Green #2FAB73
Tints of Medium Sea Green #2FAB73
RGB
CMYK
RGB Variations
Color information
#2FAB73 (or 0x2FAB73) is known color: Medium Sea Green. HEX triplet: 2F, AB and 73. RGB value is (47,171,115). Sum of RGB (Red+Green+Blue) = 47+171+115=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB73 is #D0548C. Grayscale: #7F7F7F. Windows color (decimal): -13653133 or 7580463. OLE color: 7580463.
HSL color Cylindrical-coordinate representation of color #2FAB73: hue angle of 152.9º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB73 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 115 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.33 |
| HSL | 152.9º | 0.57% | 0.43% | - |
| HSV(B) | 152.9º | 0.73% | 0.67% | - |
| XYZ | 18.83 | 30.97 | 21.2 | - |
| YUV | 127.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 115 | 0.73 | 0 | 0.33 | 0.33 | 152.9 | 0.57 | 0.43 |
| Hex | 2F | AB | 73 | 49 | 0 | 21 | 21 | 99 | 39 | 2B |
| Octal | 57 | 253 | 163 | 111 | 0 | 41 | 41 | 231 | 71 | 53 |
| Binary | 101111 | 10101011 | 1110011 | 1001001 | 0 | 100001 | 100001 | 10011001 | 111001 | 101011 |
Color Harmonies of #2FAB73
Complementary color
Monochromatic Colors of #2FAB73
Black with #2FAB73
Text Example
Text Example
White with #2FAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB73; }
p { color: rgb(47,171,115); }
H1.HeaderClassName
{
color: #2FAB73;
}
.AnyTagClassName
{
color: #2FAB73;
}
</style>
background-color css
<style>
a { background-color: #2FAB73; }
a { background-color: rgb(47,171,115); }
div.DivClassName
{
background-color: #2FAB73;
}
.BgClassName
{
background-color: #2FAB73;
}
</style>
border-color css
<style>
span { border-color: #2FAB73; }
span { border-color: rgb(47,171,115); }
td.TdClassName
{
border-color: #2FAB73;
}
.TagClassName
{
border-color: #2FAB73;
}
</style>