Shades of Medium Sea Green #2FBA5B
Tints of Medium Sea Green #2FBA5B
RGB
CMYK
RGB Variations
Color information
#2FBA5B (or 0x2FBA5B) is known color: Medium Sea Green. HEX triplet: 2F, BA and 5B. RGB value is (47,186,91). Sum of RGB (Red+Green+Blue) = 47+186+91=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA5B is #D045A4. Grayscale: #858585. Windows color (decimal): -13649317 or 6011439. OLE color: 6011439.
HSL color Cylindrical-coordinate representation of color #2FBA5B: hue angle of 138.99º 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 #2FBA5B is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 91 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.27 |
| HSL | 138.99º | 0.6% | 0.46% | - |
| HSV(B) | 138.99º | 0.75% | 0.73% | - |
| XYZ | 20.62 | 36.48 | 15.85 | - |
| YUV | 133.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 91 | 0.75 | 0 | 0.51 | 0.27 | 138.99 | 0.6 | 0.46 |
| Hex | 2F | BA | 5B | 4B | 0 | 33 | 1B | 8B | 3C | 2E |
| Octal | 57 | 272 | 133 | 113 | 0 | 63 | 33 | 213 | 74 | 56 |
| Binary | 101111 | 10111010 | 1011011 | 1001011 | 0 | 110011 | 11011 | 10001011 | 111100 | 101110 |
Color Harmonies of #2FBA5B
Complementary color
Monochromatic Colors of #2FBA5B
Black with #2FBA5B
Text Example
Text Example
White with #2FBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA5B; }
p { color: rgb(47,186,91); }
H1.HeaderClassName
{
color: #2FBA5B;
}
.AnyTagClassName
{
color: #2FBA5B;
}
</style>
background-color css
<style>
a { background-color: #2FBA5B; }
a { background-color: rgb(47,186,91); }
div.DivClassName
{
background-color: #2FBA5B;
}
.BgClassName
{
background-color: #2FBA5B;
}
</style>
border-color css
<style>
span { border-color: #2FBA5B; }
span { border-color: rgb(47,186,91); }
td.TdClassName
{
border-color: #2FBA5B;
}
.TagClassName
{
border-color: #2FBA5B;
}
</style>