Shades of Medium Sea Green #2FBA70
Tints of Medium Sea Green #2FBA70
RGB
CMYK
RGB Variations
Color information
#2FBA70 (or 0x2FBA70) is known color: Medium Sea Green. HEX triplet: 2F, BA and 70. RGB value is (47,186,112). Sum of RGB (Red+Green+Blue) = 47+186+112=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA70 is #D0458F. Grayscale: #888888. Windows color (decimal): -13649296 or 7387695. OLE color: 7387695.
HSL color Cylindrical-coordinate representation of color #2FBA70: hue angle of 148.06º 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 #2FBA70 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 112 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.27 |
| HSL | 148.06º | 0.6% | 0.46% | - |
| HSV(B) | 148.06º | 0.75% | 0.73% | - |
| XYZ | 21.66 | 36.89 | 21.31 | - |
| YUV | 136 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 112 | 0.75 | 0 | 0.40 | 0.27 | 148.06 | 0.6 | 0.46 |
| Hex | 2F | BA | 70 | 4B | 0 | 28 | 1B | 94 | 3C | 2E |
| Octal | 57 | 272 | 160 | 113 | 0 | 50 | 33 | 224 | 74 | 56 |
| Binary | 101111 | 10111010 | 1110000 | 1001011 | 0 | 101000 | 11011 | 10010100 | 111100 | 101110 |
Color Harmonies of #2FBA70
Complementary color
Monochromatic Colors of #2FBA70
Black with #2FBA70
Text Example
Text Example
White with #2FBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA70; }
p { color: rgb(47,186,112); }
H1.HeaderClassName
{
color: #2FBA70;
}
.AnyTagClassName
{
color: #2FBA70;
}
</style>
background-color css
<style>
a { background-color: #2FBA70; }
a { background-color: rgb(47,186,112); }
div.DivClassName
{
background-color: #2FBA70;
}
.BgClassName
{
background-color: #2FBA70;
}
</style>
border-color css
<style>
span { border-color: #2FBA70; }
span { border-color: rgb(47,186,112); }
td.TdClassName
{
border-color: #2FBA70;
}
.TagClassName
{
border-color: #2FBA70;
}
</style>