Shades of Medium Sea Green #2FB975
Tints of Medium Sea Green #2FB975
RGB
CMYK
RGB Variations
Color information
#2FB975 (or 0x2FB975) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 75. RGB value is (47,185,117). Sum of RGB (Red+Green+Blue) = 47+185+117=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB975 is #D0468A. Grayscale: #888888. Windows color (decimal): -13649547 or 7715119. OLE color: 7715119.
HSL color Cylindrical-coordinate representation of color #2FB975: hue angle of 150.43º 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 #2FB975 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 117 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.27 |
| HSL | 150.43º | 0.59% | 0.45% | - |
| HSV(B) | 150.43º | 0.75% | 0.73% | - |
| XYZ | 21.73 | 36.59 | 22.75 | - |
| YUV | 135.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 117 | 0.75 | 0 | 0.37 | 0.27 | 150.43 | 0.59 | 0.45 |
| Hex | 2F | B9 | 75 | 4B | 0 | 25 | 1B | 96 | 3B | 2D |
| Octal | 57 | 271 | 165 | 113 | 0 | 45 | 33 | 226 | 73 | 55 |
| Binary | 101111 | 10111001 | 1110101 | 1001011 | 0 | 100101 | 11011 | 10010110 | 111011 | 101101 |
Color Harmonies of #2FB975
Complementary color
Monochromatic Colors of #2FB975
Black with #2FB975
Text Example
Text Example
White with #2FB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB975; }
p { color: rgb(47,185,117); }
H1.HeaderClassName
{
color: #2FB975;
}
.AnyTagClassName
{
color: #2FB975;
}
</style>
background-color css
<style>
a { background-color: #2FB975; }
a { background-color: rgb(47,185,117); }
div.DivClassName
{
background-color: #2FB975;
}
.BgClassName
{
background-color: #2FB975;
}
</style>
border-color css
<style>
span { border-color: #2FB975; }
span { border-color: rgb(47,185,117); }
td.TdClassName
{
border-color: #2FB975;
}
.TagClassName
{
border-color: #2FB975;
}
</style>