Shades of Medium Sea Green #2FBA59
Tints of Medium Sea Green #2FBA59
RGB
CMYK
RGB Variations
Color information
#2FBA59 (or 0x2FBA59) is known color: Medium Sea Green. HEX triplet: 2F, BA and 59. RGB value is (47,186,89). Sum of RGB (Red+Green+Blue) = 47+186+89=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA59 is #D045A6. Grayscale: #858585. Windows color (decimal): -13649319 or 5880367. OLE color: 5880367.
HSL color Cylindrical-coordinate representation of color #2FBA59: hue angle of 138.13º 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 #2FBA59 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 89 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.27 |
| HSL | 138.13º | 0.6% | 0.46% | - |
| HSV(B) | 138.13º | 0.75% | 0.73% | - |
| XYZ | 20.53 | 36.44 | 15.4 | - |
| YUV | 133.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 89 | 0.75 | 0 | 0.52 | 0.27 | 138.13 | 0.6 | 0.46 |
| Hex | 2F | BA | 59 | 4B | 0 | 34 | 1B | 8A | 3C | 2E |
| Octal | 57 | 272 | 131 | 113 | 0 | 64 | 33 | 212 | 74 | 56 |
| Binary | 101111 | 10111010 | 1011001 | 1001011 | 0 | 110100 | 11011 | 10001010 | 111100 | 101110 |
Color Harmonies of #2FBA59
Complementary color
Monochromatic Colors of #2FBA59
Black with #2FBA59
Text Example
Text Example
White with #2FBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA59; }
p { color: rgb(47,186,89); }
H1.HeaderClassName
{
color: #2FBA59;
}
.AnyTagClassName
{
color: #2FBA59;
}
</style>
background-color css
<style>
a { background-color: #2FBA59; }
a { background-color: rgb(47,186,89); }
div.DivClassName
{
background-color: #2FBA59;
}
.BgClassName
{
background-color: #2FBA59;
}
</style>
border-color css
<style>
span { border-color: #2FBA59; }
span { border-color: rgb(47,186,89); }
td.TdClassName
{
border-color: #2FBA59;
}
.TagClassName
{
border-color: #2FBA59;
}
</style>