Shades of Medium Sea Green #2FBA7D
Tints of Medium Sea Green #2FBA7D
RGB
CMYK
RGB Variations
Color information
#2FBA7D (or 0x2FBA7D) is known color: Medium Sea Green. HEX triplet: 2F, BA and 7D. RGB value is (47,186,125). Sum of RGB (Red+Green+Blue) = 47+186+125=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA7D is #D04582. Grayscale: #898989. Windows color (decimal): -13649283 or 8239663. OLE color: 8239663.
HSL color Cylindrical-coordinate representation of color #2FBA7D: hue angle of 153.67º 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 #2FBA7D is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 125 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.27 |
| HSL | 153.67º | 0.6% | 0.46% | - |
| HSV(B) | 153.67º | 0.75% | 0.73% | - |
| XYZ | 22.43 | 37.2 | 25.4 | - |
| YUV | 137.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 125 | 0.75 | 0 | 0.33 | 0.27 | 153.67 | 0.6 | 0.46 |
| Hex | 2F | BA | 7D | 4B | 0 | 21 | 1B | 9A | 3C | 2E |
| Octal | 57 | 272 | 175 | 113 | 0 | 41 | 33 | 232 | 74 | 56 |
| Binary | 101111 | 10111010 | 1111101 | 1001011 | 0 | 100001 | 11011 | 10011010 | 111100 | 101110 |
Color Harmonies of #2FBA7D
Complementary color
Monochromatic Colors of #2FBA7D
Black with #2FBA7D
Text Example
Text Example
White with #2FBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA7D; }
p { color: rgb(47,186,125); }
H1.HeaderClassName
{
color: #2FBA7D;
}
.AnyTagClassName
{
color: #2FBA7D;
}
</style>
background-color css
<style>
a { background-color: #2FBA7D; }
a { background-color: rgb(47,186,125); }
div.DivClassName
{
background-color: #2FBA7D;
}
.BgClassName
{
background-color: #2FBA7D;
}
</style>
border-color css
<style>
span { border-color: #2FBA7D; }
span { border-color: rgb(47,186,125); }
td.TdClassName
{
border-color: #2FBA7D;
}
.TagClassName
{
border-color: #2FBA7D;
}
</style>