Shades of Medium Sea Green #2FB17A
Tints of Medium Sea Green #2FB17A
RGB
CMYK
RGB Variations
Color information
#2FB17A (or 0x2FB17A) is known color: Medium Sea Green. HEX triplet: 2F, B1 and 7A. RGB value is (47,177,122). Sum of RGB (Red+Green+Blue) = 47+177+122=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB17A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB17A is #D04E85. Grayscale: #838383. Windows color (decimal): -13651590 or 8040751. OLE color: 8040751.
HSL color Cylindrical-coordinate representation of color #2FB17A: hue angle of 154.62º 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 #2FB17A is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 122 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.31 |
| HSL | 154.62º | 0.58% | 0.44% | - |
| HSV(B) | 154.62º | 0.73% | 0.69% | - |
| XYZ | 20.41 | 33.45 | 23.79 | - |
| YUV | 131.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 122 | 0.73 | 0 | 0.31 | 0.31 | 154.62 | 0.58 | 0.44 |
| Hex | 2F | B1 | 7A | 49 | 0 | 1F | 1F | 9B | 3A | 2C |
| Octal | 57 | 261 | 172 | 111 | 0 | 37 | 37 | 233 | 72 | 54 |
| Binary | 101111 | 10110001 | 1111010 | 1001001 | 0 | 11111 | 11111 | 10011011 | 111010 | 101100 |
Color Harmonies of #2FB17A
Complementary color
Monochromatic Colors of #2FB17A
Black with #2FB17A
Text Example
Text Example
White with #2FB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB17A; }
p { color: rgb(47,177,122); }
H1.HeaderClassName
{
color: #2FB17A;
}
.AnyTagClassName
{
color: #2FB17A;
}
</style>
background-color css
<style>
a { background-color: #2FB17A; }
a { background-color: rgb(47,177,122); }
div.DivClassName
{
background-color: #2FB17A;
}
.BgClassName
{
background-color: #2FB17A;
}
</style>
border-color css
<style>
span { border-color: #2FB17A; }
span { border-color: rgb(47,177,122); }
td.TdClassName
{
border-color: #2FB17A;
}
.TagClassName
{
border-color: #2FB17A;
}
</style>