Shades of Medium Sea Green #2FB470
Tints of Medium Sea Green #2FB470
RGB
CMYK
RGB Variations
Color information
#2FB470 (or 0x2FB470) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 70. RGB value is (47,180,112). Sum of RGB (Red+Green+Blue) = 47+180+112=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB470 is #D04B8F. Grayscale: #848484. Windows color (decimal): -13650832 or 7386159. OLE color: 7386159.
HSL color Cylindrical-coordinate representation of color #2FB470: hue angle of 149.32º 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 #2FB470 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 112 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.29 |
| HSL | 149.32º | 0.59% | 0.45% | - |
| HSV(B) | 149.32º | 0.74% | 0.71% | - |
| XYZ | 20.42 | 34.42 | 20.9 | - |
| YUV | 132.48 | 116.44 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 112 | 0.74 | 0 | 0.38 | 0.29 | 149.32 | 0.59 | 0.45 |
| Hex | 2F | B4 | 70 | 4A | 0 | 26 | 1D | 95 | 3B | 2D |
| Octal | 57 | 264 | 160 | 112 | 0 | 46 | 35 | 225 | 73 | 55 |
| Binary | 101111 | 10110100 | 1110000 | 1001010 | 0 | 100110 | 11101 | 10010101 | 111011 | 101101 |
Color Harmonies of #2FB470
Complementary color
Monochromatic Colors of #2FB470
Black with #2FB470
Text Example
Text Example
White with #2FB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB470; }
p { color: rgb(47,180,112); }
H1.HeaderClassName
{
color: #2FB470;
}
.AnyTagClassName
{
color: #2FB470;
}
</style>
background-color css
<style>
a { background-color: #2FB470; }
a { background-color: rgb(47,180,112); }
div.DivClassName
{
background-color: #2FB470;
}
.BgClassName
{
background-color: #2FB470;
}
</style>
border-color css
<style>
span { border-color: #2FB470; }
span { border-color: rgb(47,180,112); }
td.TdClassName
{
border-color: #2FB470;
}
.TagClassName
{
border-color: #2FB470;
}
</style>