Shades of Medium Sea Green #2FB56B
Tints of Medium Sea Green #2FB56B
RGB
CMYK
RGB Variations
Color information
#2FB56B (or 0x2FB56B) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 6B. RGB value is (47,181,107). Sum of RGB (Red+Green+Blue) = 47+181+107=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB56B is #D04A94. Grayscale: #848484. Windows color (decimal): -13650581 or 7058735. OLE color: 7058735.
HSL color Cylindrical-coordinate representation of color #2FB56B: hue angle of 146.87º 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 #2FB56B is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 107 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.29 |
| HSL | 146.87º | 0.59% | 0.45% | - |
| HSV(B) | 146.87º | 0.74% | 0.71% | - |
| XYZ | 20.35 | 34.71 | 19.54 | - |
| YUV | 132.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 107 | 0.74 | 0 | 0.41 | 0.29 | 146.87 | 0.59 | 0.45 |
| Hex | 2F | B5 | 6B | 4A | 0 | 29 | 1D | 93 | 3B | 2D |
| Octal | 57 | 265 | 153 | 112 | 0 | 51 | 35 | 223 | 73 | 55 |
| Binary | 101111 | 10110101 | 1101011 | 1001010 | 0 | 101001 | 11101 | 10010011 | 111011 | 101101 |
Color Harmonies of #2FB56B
Complementary color
Monochromatic Colors of #2FB56B
Black with #2FB56B
Text Example
Text Example
White with #2FB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB56B; }
p { color: rgb(47,181,107); }
H1.HeaderClassName
{
color: #2FB56B;
}
.AnyTagClassName
{
color: #2FB56B;
}
</style>
background-color css
<style>
a { background-color: #2FB56B; }
a { background-color: rgb(47,181,107); }
div.DivClassName
{
background-color: #2FB56B;
}
.BgClassName
{
background-color: #2FB56B;
}
</style>
border-color css
<style>
span { border-color: #2FB56B; }
span { border-color: rgb(47,181,107); }
td.TdClassName
{
border-color: #2FB56B;
}
.TagClassName
{
border-color: #2FB56B;
}
</style>