Shades of Medium Sea Green #2FAB6C
Tints of Medium Sea Green #2FAB6C
RGB
CMYK
RGB Variations
Color information
#2FAB6C (or 0x2FAB6C) is known color: Medium Sea Green. HEX triplet: 2F, AB and 6C. RGB value is (47,171,108). Sum of RGB (Red+Green+Blue) = 47+171+108=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB6C is #D05493. Grayscale: #7E7E7E. Windows color (decimal): -13653140 or 7121711. OLE color: 7121711.
HSL color Cylindrical-coordinate representation of color #2FAB6C: hue angle of 149.52º 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 #2FAB6C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 108 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.33 |
| HSL | 149.52º | 0.57% | 0.43% | - |
| HSV(B) | 149.52º | 0.73% | 0.67% | - |
| XYZ | 18.44 | 30.81 | 19.16 | - |
| YUV | 126.74 | 117.42 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 108 | 0.73 | 0 | 0.37 | 0.33 | 149.52 | 0.57 | 0.43 |
| Hex | 2F | AB | 6C | 49 | 0 | 25 | 21 | 96 | 39 | 2B |
| Octal | 57 | 253 | 154 | 111 | 0 | 45 | 41 | 226 | 71 | 53 |
| Binary | 101111 | 10101011 | 1101100 | 1001001 | 0 | 100101 | 100001 | 10010110 | 111001 | 101011 |
Color Harmonies of #2FAB6C
Complementary color
Monochromatic Colors of #2FAB6C
Black with #2FAB6C
Text Example
Text Example
White with #2FAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB6C; }
p { color: rgb(47,171,108); }
H1.HeaderClassName
{
color: #2FAB6C;
}
.AnyTagClassName
{
color: #2FAB6C;
}
</style>
background-color css
<style>
a { background-color: #2FAB6C; }
a { background-color: rgb(47,171,108); }
div.DivClassName
{
background-color: #2FAB6C;
}
.BgClassName
{
background-color: #2FAB6C;
}
</style>
border-color css
<style>
span { border-color: #2FAB6C; }
span { border-color: rgb(47,171,108); }
td.TdClassName
{
border-color: #2FAB6C;
}
.TagClassName
{
border-color: #2FAB6C;
}
</style>