Shades of Medium Sea Green #2FBA6B
Tints of Medium Sea Green #2FBA6B
RGB
CMYK
RGB Variations
Color information
#2FBA6B (or 0x2FBA6B) is known color: Medium Sea Green. HEX triplet: 2F, BA and 6B. RGB value is (47,186,107). Sum of RGB (Red+Green+Blue) = 47+186+107=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA6B is #D04594. Grayscale: #878787. Windows color (decimal): -13649301 or 7060015. OLE color: 7060015.
HSL color Cylindrical-coordinate representation of color #2FBA6B: hue angle of 145.9º 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 #2FBA6B is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 107 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.27 |
| HSL | 145.9º | 0.6% | 0.46% | - |
| HSV(B) | 145.9º | 0.75% | 0.73% | - |
| XYZ | 21.39 | 36.78 | 19.88 | - |
| YUV | 135.43 | 111.95 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 107 | 0.75 | 0 | 0.42 | 0.27 | 145.9 | 0.6 | 0.46 |
| Hex | 2F | BA | 6B | 4B | 0 | 2A | 1B | 92 | 3C | 2E |
| Octal | 57 | 272 | 153 | 113 | 0 | 52 | 33 | 222 | 74 | 56 |
| Binary | 101111 | 10111010 | 1101011 | 1001011 | 0 | 101010 | 11011 | 10010010 | 111100 | 101110 |
Color Harmonies of #2FBA6B
Complementary color
Monochromatic Colors of #2FBA6B
Black with #2FBA6B
Text Example
Text Example
White with #2FBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA6B; }
p { color: rgb(47,186,107); }
H1.HeaderClassName
{
color: #2FBA6B;
}
.AnyTagClassName
{
color: #2FBA6B;
}
</style>
background-color css
<style>
a { background-color: #2FBA6B; }
a { background-color: rgb(47,186,107); }
div.DivClassName
{
background-color: #2FBA6B;
}
.BgClassName
{
background-color: #2FBA6B;
}
</style>
border-color css
<style>
span { border-color: #2FBA6B; }
span { border-color: rgb(47,186,107); }
td.TdClassName
{
border-color: #2FBA6B;
}
.TagClassName
{
border-color: #2FBA6B;
}
</style>