Shades of Medium Sea Green #2FB575
Tints of Medium Sea Green #2FB575
RGB
CMYK
RGB Variations
Color information
#2FB575 (or 0x2FB575) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 75. RGB value is (47,181,117). Sum of RGB (Red+Green+Blue) = 47+181+117=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB575 is #D04A8A. Grayscale: #858585. Windows color (decimal): -13650571 or 7714095. OLE color: 7714095.
HSL color Cylindrical-coordinate representation of color #2FB575: hue angle of 151.34º 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 #2FB575 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 117 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.29 |
| HSL | 151.34º | 0.59% | 0.45% | - |
| HSV(B) | 151.34º | 0.74% | 0.71% | - |
| XYZ | 20.91 | 34.94 | 22.47 | - |
| YUV | 133.64 | 118.61 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 117 | 0.74 | 0 | 0.35 | 0.29 | 151.34 | 0.59 | 0.45 |
| Hex | 2F | B5 | 75 | 4A | 0 | 23 | 1D | 97 | 3B | 2D |
| Octal | 57 | 265 | 165 | 112 | 0 | 43 | 35 | 227 | 73 | 55 |
| Binary | 101111 | 10110101 | 1110101 | 1001010 | 0 | 100011 | 11101 | 10010111 | 111011 | 101101 |
Color Harmonies of #2FB575
Complementary color
Monochromatic Colors of #2FB575
Black with #2FB575
Text Example
Text Example
White with #2FB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB575; }
p { color: rgb(47,181,117); }
H1.HeaderClassName
{
color: #2FB575;
}
.AnyTagClassName
{
color: #2FB575;
}
</style>
background-color css
<style>
a { background-color: #2FB575; }
a { background-color: rgb(47,181,117); }
div.DivClassName
{
background-color: #2FB575;
}
.BgClassName
{
background-color: #2FB575;
}
</style>
border-color css
<style>
span { border-color: #2FB575; }
span { border-color: rgb(47,181,117); }
td.TdClassName
{
border-color: #2FB575;
}
.TagClassName
{
border-color: #2FB575;
}
</style>