Shades of Medium Sea Green #2FB577
Tints of Medium Sea Green #2FB577
RGB
CMYK
RGB Variations
Color information
#2FB577 (or 0x2FB577) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 77. RGB value is (47,181,119). Sum of RGB (Red+Green+Blue) = 47+181+119=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB577 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB577 is #D04A88. Grayscale: #858585. Windows color (decimal): -13650569 or 7845167. OLE color: 7845167.
HSL color Cylindrical-coordinate representation of color #2FB577: hue angle of 152.24º 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 #2FB577 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 119 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.29 |
| HSL | 152.24º | 0.59% | 0.45% | - |
| HSV(B) | 152.24º | 0.74% | 0.71% | - |
| XYZ | 21.03 | 34.98 | 23.1 | - |
| YUV | 133.87 | 119.61 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 119 | 0.74 | 0 | 0.34 | 0.29 | 152.24 | 0.59 | 0.45 |
| Hex | 2F | B5 | 77 | 4A | 0 | 22 | 1D | 98 | 3B | 2D |
| Octal | 57 | 265 | 167 | 112 | 0 | 42 | 35 | 230 | 73 | 55 |
| Binary | 101111 | 10110101 | 1110111 | 1001010 | 0 | 100010 | 11101 | 10011000 | 111011 | 101101 |
Color Harmonies of #2FB577
Complementary color
Monochromatic Colors of #2FB577
Black with #2FB577
Text Example
Text Example
White with #2FB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB577; }
p { color: rgb(47,181,119); }
H1.HeaderClassName
{
color: #2FB577;
}
.AnyTagClassName
{
color: #2FB577;
}
</style>
background-color css
<style>
a { background-color: #2FB577; }
a { background-color: rgb(47,181,119); }
div.DivClassName
{
background-color: #2FB577;
}
.BgClassName
{
background-color: #2FB577;
}
</style>
border-color css
<style>
span { border-color: #2FB577; }
span { border-color: rgb(47,181,119); }
td.TdClassName
{
border-color: #2FB577;
}
.TagClassName
{
border-color: #2FB577;
}
</style>