Shades of Medium Sea Green #2FB963
Tints of Medium Sea Green #2FB963
RGB
CMYK
RGB Variations
Color information
#2FB963 (or 0x2FB963) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 63. RGB value is (47,185,99). Sum of RGB (Red+Green+Blue) = 47+185+99=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB963 is #D0469C. Grayscale: #868686. Windows color (decimal): -13649565 or 6535471. OLE color: 6535471.
HSL color Cylindrical-coordinate representation of color #2FB963: hue angle of 142.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB963 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 99 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.27 |
| HSL | 142.61º | 0.59% | 0.45% | - |
| HSV(B) | 142.61º | 0.75% | 0.73% | - |
| XYZ | 20.77 | 36.2 | 17.7 | - |
| YUV | 133.93 | 108.28 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 99 | 0.75 | 0 | 0.46 | 0.27 | 142.61 | 0.59 | 0.45 |
| Hex | 2F | B9 | 63 | 4B | 0 | 2E | 1B | 8F | 3B | 2D |
| Octal | 57 | 271 | 143 | 113 | 0 | 56 | 33 | 217 | 73 | 55 |
| Binary | 101111 | 10111001 | 1100011 | 1001011 | 0 | 101110 | 11011 | 10001111 | 111011 | 101101 |
Color Harmonies of #2FB963
Complementary color
Monochromatic Colors of #2FB963
Black with #2FB963
Text Example
Text Example
White with #2FB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB963; }
p { color: rgb(47,185,99); }
H1.HeaderClassName
{
color: #2FB963;
}
.AnyTagClassName
{
color: #2FB963;
}
</style>
background-color css
<style>
a { background-color: #2FB963; }
a { background-color: rgb(47,185,99); }
div.DivClassName
{
background-color: #2FB963;
}
.BgClassName
{
background-color: #2FB963;
}
</style>
border-color css
<style>
span { border-color: #2FB963; }
span { border-color: rgb(47,185,99); }
td.TdClassName
{
border-color: #2FB963;
}
.TagClassName
{
border-color: #2FB963;
}
</style>