Shades of Medium Sea Green #2FBA5F
Tints of Medium Sea Green #2FBA5F
RGB
CMYK
RGB Variations
Color information
#2FBA5F (or 0x2FBA5F) is known color: Medium Sea Green. HEX triplet: 2F, BA and 5F. RGB value is (47,186,95). Sum of RGB (Red+Green+Blue) = 47+186+95=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA5F is #D045A0. Grayscale: #868686. Windows color (decimal): -13649313 or 6273583. OLE color: 6273583.
HSL color Cylindrical-coordinate representation of color #2FBA5F: hue angle of 140.72º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA5F is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 95 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.27 |
| HSL | 140.72º | 0.6% | 0.46% | - |
| HSV(B) | 140.72º | 0.75% | 0.73% | - |
| XYZ | 20.8 | 36.55 | 16.78 | - |
| YUV | 134.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 95 | 0.75 | 0 | 0.49 | 0.27 | 140.72 | 0.6 | 0.46 |
| Hex | 2F | BA | 5F | 4B | 0 | 31 | 1B | 8D | 3C | 2E |
| Octal | 57 | 272 | 137 | 113 | 0 | 61 | 33 | 215 | 74 | 56 |
| Binary | 101111 | 10111010 | 1011111 | 1001011 | 0 | 110001 | 11011 | 10001101 | 111100 | 101110 |
Color Harmonies of #2FBA5F
Complementary color
Monochromatic Colors of #2FBA5F
Black with #2FBA5F
Text Example
Text Example
White with #2FBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA5F; }
p { color: rgb(47,186,95); }
H1.HeaderClassName
{
color: #2FBA5F;
}
.AnyTagClassName
{
color: #2FBA5F;
}
</style>
background-color css
<style>
a { background-color: #2FBA5F; }
a { background-color: rgb(47,186,95); }
div.DivClassName
{
background-color: #2FBA5F;
}
.BgClassName
{
background-color: #2FBA5F;
}
</style>
border-color css
<style>
span { border-color: #2FBA5F; }
span { border-color: rgb(47,186,95); }
td.TdClassName
{
border-color: #2FBA5F;
}
.TagClassName
{
border-color: #2FBA5F;
}
</style>