Shades of Medium Sea Green #2FB574
Tints of Medium Sea Green #2FB574
RGB
CMYK
RGB Variations
Color information
#2FB574 (or 0x2FB574) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 74. RGB value is (47,181,116). Sum of RGB (Red+Green+Blue) = 47+181+116=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB574 is #D04A8B. Grayscale: #858585. Windows color (decimal): -13650572 or 7648559. OLE color: 7648559.
HSL color Cylindrical-coordinate representation of color #2FB574: hue angle of 150.9º 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 #2FB574 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 116 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.29 |
| HSL | 150.9º | 0.59% | 0.45% | - |
| HSV(B) | 150.9º | 0.74% | 0.71% | - |
| XYZ | 20.85 | 34.91 | 22.16 | - |
| YUV | 133.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 116 | 0.74 | 0 | 0.36 | 0.29 | 150.9 | 0.59 | 0.45 |
| Hex | 2F | B5 | 74 | 4A | 0 | 24 | 1D | 97 | 3B | 2D |
| Octal | 57 | 265 | 164 | 112 | 0 | 44 | 35 | 227 | 73 | 55 |
| Binary | 101111 | 10110101 | 1110100 | 1001010 | 0 | 100100 | 11101 | 10010111 | 111011 | 101101 |
Color Harmonies of #2FB574
Complementary color
Monochromatic Colors of #2FB574
Black with #2FB574
Text Example
Text Example
White with #2FB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB574; }
p { color: rgb(47,181,116); }
H1.HeaderClassName
{
color: #2FB574;
}
.AnyTagClassName
{
color: #2FB574;
}
</style>
background-color css
<style>
a { background-color: #2FB574; }
a { background-color: rgb(47,181,116); }
div.DivClassName
{
background-color: #2FB574;
}
.BgClassName
{
background-color: #2FB574;
}
</style>
border-color css
<style>
span { border-color: #2FB574; }
span { border-color: rgb(47,181,116); }
td.TdClassName
{
border-color: #2FB574;
}
.TagClassName
{
border-color: #2FB574;
}
</style>