Shades of Medium Sea Green #2FB179
Tints of Medium Sea Green #2FB179
RGB
CMYK
RGB Variations
Color information
#2FB179 (or 0x2FB179) is known color: Medium Sea Green. HEX triplet: 2F, B1 and 79. RGB value is (47,177,121). Sum of RGB (Red+Green+Blue) = 47+177+121=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB179 is #D04E86. Grayscale: #838383. Windows color (decimal): -13651591 or 7975215. OLE color: 7975215.
HSL color Cylindrical-coordinate representation of color #2FB179: hue angle of 154.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB179 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 121 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.31 |
| HSL | 154.15º | 0.58% | 0.44% | - |
| HSV(B) | 154.15º | 0.73% | 0.69% | - |
| XYZ | 20.35 | 33.43 | 23.47 | - |
| YUV | 131.75 | 121.93 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 121 | 0.73 | 0 | 0.32 | 0.31 | 154.15 | 0.58 | 0.44 |
| Hex | 2F | B1 | 79 | 49 | 0 | 20 | 1F | 9A | 3A | 2C |
| Octal | 57 | 261 | 171 | 111 | 0 | 40 | 37 | 232 | 72 | 54 |
| Binary | 101111 | 10110001 | 1111001 | 1001001 | 0 | 100000 | 11111 | 10011010 | 111010 | 101100 |
Color Harmonies of #2FB179
Complementary color
Monochromatic Colors of #2FB179
Black with #2FB179
Text Example
Text Example
White with #2FB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB179; }
p { color: rgb(47,177,121); }
H1.HeaderClassName
{
color: #2FB179;
}
.AnyTagClassName
{
color: #2FB179;
}
</style>
background-color css
<style>
a { background-color: #2FB179; }
a { background-color: rgb(47,177,121); }
div.DivClassName
{
background-color: #2FB179;
}
.BgClassName
{
background-color: #2FB179;
}
</style>
border-color css
<style>
span { border-color: #2FB179; }
span { border-color: rgb(47,177,121); }
td.TdClassName
{
border-color: #2FB179;
}
.TagClassName
{
border-color: #2FB179;
}
</style>