Shades of Medium Sea Green #2FB476
Tints of Medium Sea Green #2FB476
RGB
CMYK
RGB Variations
Color information
#2FB476 (or 0x2FB476) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 76. RGB value is (47,180,118). Sum of RGB (Red+Green+Blue) = 47+180+118=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB476 is #D04B89. Grayscale: #858585. Windows color (decimal): -13650826 or 7779375. OLE color: 7779375.
HSL color Cylindrical-coordinate representation of color #2FB476: hue angle of 152.03º 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 #2FB476 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 118 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.29 |
| HSL | 152.03º | 0.59% | 0.45% | - |
| HSV(B) | 152.03º | 0.74% | 0.71% | - |
| XYZ | 20.76 | 34.55 | 22.71 | - |
| YUV | 133.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 118 | 0.74 | 0 | 0.34 | 0.29 | 152.03 | 0.59 | 0.45 |
| Hex | 2F | B4 | 76 | 4A | 0 | 22 | 1D | 98 | 3B | 2D |
| Octal | 57 | 264 | 166 | 112 | 0 | 42 | 35 | 230 | 73 | 55 |
| Binary | 101111 | 10110100 | 1110110 | 1001010 | 0 | 100010 | 11101 | 10011000 | 111011 | 101101 |
Color Harmonies of #2FB476
Complementary color
Monochromatic Colors of #2FB476
Black with #2FB476
Text Example
Text Example
White with #2FB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB476; }
p { color: rgb(47,180,118); }
H1.HeaderClassName
{
color: #2FB476;
}
.AnyTagClassName
{
color: #2FB476;
}
</style>
background-color css
<style>
a { background-color: #2FB476; }
a { background-color: rgb(47,180,118); }
div.DivClassName
{
background-color: #2FB476;
}
.BgClassName
{
background-color: #2FB476;
}
</style>
border-color css
<style>
span { border-color: #2FB476; }
span { border-color: rgb(47,180,118); }
td.TdClassName
{
border-color: #2FB476;
}
.TagClassName
{
border-color: #2FB476;
}
</style>