Shades of Medium Sea Green #2FB572
Tints of Medium Sea Green #2FB572
RGB
CMYK
RGB Variations
Color information
#2FB572 (or 0x2FB572) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 72. RGB value is (47,181,114). Sum of RGB (Red+Green+Blue) = 47+181+114=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB572 is #D04A8D. Grayscale: #858585. Windows color (decimal): -13650574 or 7517487. OLE color: 7517487.
HSL color Cylindrical-coordinate representation of color #2FB572: hue angle of 150º 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 #2FB572 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 114 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.29 |
| HSL | 150º | 0.59% | 0.45% | - |
| HSV(B) | 150º | 0.74% | 0.71% | - |
| XYZ | 20.73 | 34.87 | 21.56 | - |
| YUV | 133.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 114 | 0.74 | 0 | 0.37 | 0.29 | 150 | 0.59 | 0.45 |
| Hex | 2F | B5 | 72 | 4A | 0 | 25 | 1D | 96 | 3B | 2D |
| Octal | 57 | 265 | 162 | 112 | 0 | 45 | 35 | 226 | 73 | 55 |
| Binary | 101111 | 10110101 | 1110010 | 1001010 | 0 | 100101 | 11101 | 10010110 | 111011 | 101101 |
Color Harmonies of #2FB572
Complementary color
Monochromatic Colors of #2FB572
Black with #2FB572
Text Example
Text Example
White with #2FB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB572; }
p { color: rgb(47,181,114); }
H1.HeaderClassName
{
color: #2FB572;
}
.AnyTagClassName
{
color: #2FB572;
}
</style>
background-color css
<style>
a { background-color: #2FB572; }
a { background-color: rgb(47,181,114); }
div.DivClassName
{
background-color: #2FB572;
}
.BgClassName
{
background-color: #2FB572;
}
</style>
border-color css
<style>
span { border-color: #2FB572; }
span { border-color: rgb(47,181,114); }
td.TdClassName
{
border-color: #2FB572;
}
.TagClassName
{
border-color: #2FB572;
}
</style>