Shades of Medium Sea Green #2FB96D
Tints of Medium Sea Green #2FB96D
RGB
CMYK
RGB Variations
Color information
#2FB96D (or 0x2FB96D) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 6D. RGB value is (47,185,109). Sum of RGB (Red+Green+Blue) = 47+185+109=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB96D is #D04692. Grayscale: #878787. Windows color (decimal): -13649555 or 7190831. OLE color: 7190831.
HSL color Cylindrical-coordinate representation of color #2FB96D: hue angle of 146.96º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB96D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 109 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.27 |
| HSL | 146.96º | 0.59% | 0.45% | - |
| HSV(B) | 146.96º | 0.75% | 0.73% | - |
| XYZ | 21.28 | 36.41 | 20.37 | - |
| YUV | 135.07 | 113.28 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 109 | 0.75 | 0 | 0.41 | 0.27 | 146.96 | 0.59 | 0.45 |
| Hex | 2F | B9 | 6D | 4B | 0 | 29 | 1B | 93 | 3B | 2D |
| Octal | 57 | 271 | 155 | 113 | 0 | 51 | 33 | 223 | 73 | 55 |
| Binary | 101111 | 10111001 | 1101101 | 1001011 | 0 | 101001 | 11011 | 10010011 | 111011 | 101101 |
Color Harmonies of #2FB96D
Complementary color
Monochromatic Colors of #2FB96D
Black with #2FB96D
Text Example
Text Example
White with #2FB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB96D; }
p { color: rgb(47,185,109); }
H1.HeaderClassName
{
color: #2FB96D;
}
.AnyTagClassName
{
color: #2FB96D;
}
</style>
background-color css
<style>
a { background-color: #2FB96D; }
a { background-color: rgb(47,185,109); }
div.DivClassName
{
background-color: #2FB96D;
}
.BgClassName
{
background-color: #2FB96D;
}
</style>
border-color css
<style>
span { border-color: #2FB96D; }
span { border-color: rgb(47,185,109); }
td.TdClassName
{
border-color: #2FB96D;
}
.TagClassName
{
border-color: #2FB96D;
}
</style>