Shades of Medium Sea Green #2FB56C
Tints of Medium Sea Green #2FB56C
RGB
CMYK
RGB Variations
Color information
#2FB56C (or 0x2FB56C) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 6C. RGB value is (47,181,108). Sum of RGB (Red+Green+Blue) = 47+181+108=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB56C is #D04A93. Grayscale: #848484. Windows color (decimal): -13650580 or 7124271. OLE color: 7124271.
HSL color Cylindrical-coordinate representation of color #2FB56C: hue angle of 147.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB56C is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 108 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.29 |
| HSL | 147.31º | 0.59% | 0.45% | - |
| HSV(B) | 147.31º | 0.74% | 0.71% | - |
| XYZ | 20.4 | 34.73 | 19.82 | - |
| YUV | 132.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 108 | 0.74 | 0 | 0.40 | 0.29 | 147.31 | 0.59 | 0.45 |
| Hex | 2F | B5 | 6C | 4A | 0 | 28 | 1D | 93 | 3B | 2D |
| Octal | 57 | 265 | 154 | 112 | 0 | 50 | 35 | 223 | 73 | 55 |
| Binary | 101111 | 10110101 | 1101100 | 1001010 | 0 | 101000 | 11101 | 10010011 | 111011 | 101101 |
Color Harmonies of #2FB56C
Complementary color
Monochromatic Colors of #2FB56C
Black with #2FB56C
Text Example
Text Example
White with #2FB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB56C; }
p { color: rgb(47,181,108); }
H1.HeaderClassName
{
color: #2FB56C;
}
.AnyTagClassName
{
color: #2FB56C;
}
</style>
background-color css
<style>
a { background-color: #2FB56C; }
a { background-color: rgb(47,181,108); }
div.DivClassName
{
background-color: #2FB56C;
}
.BgClassName
{
background-color: #2FB56C;
}
</style>
border-color css
<style>
span { border-color: #2FB56C; }
span { border-color: rgb(47,181,108); }
td.TdClassName
{
border-color: #2FB56C;
}
.TagClassName
{
border-color: #2FB56C;
}
</style>