Shades of Medium Sea Green #2FBA5E
Tints of Medium Sea Green #2FBA5E
RGB
CMYK
RGB Variations
Color information
#2FBA5E (or 0x2FBA5E) is known color: Medium Sea Green. HEX triplet: 2F, BA and 5E. RGB value is (47,186,94). Sum of RGB (Red+Green+Blue) = 47+186+94=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA5E is #D045A1. Grayscale: #868686. Windows color (decimal): -13649314 or 6208047. OLE color: 6208047.
HSL color Cylindrical-coordinate representation of color #2FBA5E: hue angle of 140.29º 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 #2FBA5E is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 94 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.27 |
| HSL | 140.29º | 0.6% | 0.46% | - |
| HSV(B) | 140.29º | 0.75% | 0.73% | - |
| XYZ | 20.75 | 36.53 | 16.55 | - |
| YUV | 133.95 | 105.45 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 94 | 0.75 | 0 | 0.49 | 0.27 | 140.29 | 0.6 | 0.46 |
| Hex | 2F | BA | 5E | 4B | 0 | 31 | 1B | 8C | 3C | 2E |
| Octal | 57 | 272 | 136 | 113 | 0 | 61 | 33 | 214 | 74 | 56 |
| Binary | 101111 | 10111010 | 1011110 | 1001011 | 0 | 110001 | 11011 | 10001100 | 111100 | 101110 |
Color Harmonies of #2FBA5E
Complementary color
Monochromatic Colors of #2FBA5E
Black with #2FBA5E
Text Example
Text Example
White with #2FBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA5E; }
p { color: rgb(47,186,94); }
H1.HeaderClassName
{
color: #2FBA5E;
}
.AnyTagClassName
{
color: #2FBA5E;
}
</style>
background-color css
<style>
a { background-color: #2FBA5E; }
a { background-color: rgb(47,186,94); }
div.DivClassName
{
background-color: #2FBA5E;
}
.BgClassName
{
background-color: #2FBA5E;
}
</style>
border-color css
<style>
span { border-color: #2FBA5E; }
span { border-color: rgb(47,186,94); }
td.TdClassName
{
border-color: #2FBA5E;
}
.TagClassName
{
border-color: #2FBA5E;
}
</style>