Shades of Medium Sea Green #2FB370
Tints of Medium Sea Green #2FB370
RGB
CMYK
RGB Variations
Color information
#2FB370 (or 0x2FB370) is known color: Medium Sea Green. HEX triplet: 2F, B3 and 70. RGB value is (47,179,112). Sum of RGB (Red+Green+Blue) = 47+179+112=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB370 is #D04C8F. Grayscale: #848484. Windows color (decimal): -13651088 or 7385903. OLE color: 7385903.
HSL color Cylindrical-coordinate representation of color #2FB370: hue angle of 149.55º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB370 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 112 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.30 |
| HSL | 149.55º | 0.58% | 0.44% | - |
| HSV(B) | 149.55º | 0.74% | 0.7% | - |
| XYZ | 20.22 | 34.01 | 20.83 | - |
| YUV | 131.89 | 116.77 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 112 | 0.74 | 0 | 0.37 | 0.30 | 149.55 | 0.58 | 0.44 |
| Hex | 2F | B3 | 70 | 4A | 0 | 25 | 1E | 96 | 3A | 2C |
| Octal | 57 | 263 | 160 | 112 | 0 | 45 | 36 | 226 | 72 | 54 |
| Binary | 101111 | 10110011 | 1110000 | 1001010 | 0 | 100101 | 11110 | 10010110 | 111010 | 101100 |
Color Harmonies of #2FB370
Complementary color
Monochromatic Colors of #2FB370
Black with #2FB370
Text Example
Text Example
White with #2FB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB370; }
p { color: rgb(47,179,112); }
H1.HeaderClassName
{
color: #2FB370;
}
.AnyTagClassName
{
color: #2FB370;
}
</style>
background-color css
<style>
a { background-color: #2FB370; }
a { background-color: rgb(47,179,112); }
div.DivClassName
{
background-color: #2FB370;
}
.BgClassName
{
background-color: #2FB370;
}
</style>
border-color css
<style>
span { border-color: #2FB370; }
span { border-color: rgb(47,179,112); }
td.TdClassName
{
border-color: #2FB370;
}
.TagClassName
{
border-color: #2FB370;
}
</style>