Shades of Medium Sea Green #2FC360
Tints of Medium Sea Green #2FC360
RGB
CMYK
RGB Variations
Color information
#2FC360 (or 0x2FC360) is known color: Medium Sea Green. HEX triplet: 2F, C3 and 60. RGB value is (47,195,96). Sum of RGB (Red+Green+Blue) = 47+195+96=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC360 is #D03C9F. Grayscale: #8B8B8B. Windows color (decimal): -13647008 or 6341423. OLE color: 6341423.
HSL color Cylindrical-coordinate representation of color #2FC360: hue angle of 139.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC360 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 96 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.24 |
| HSL | 139.86º | 0.61% | 0.47% | - |
| HSV(B) | 139.86º | 0.76% | 0.76% | - |
| XYZ | 22.8 | 40.48 | 17.68 | - |
| YUV | 139.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 96 | 0.76 | 0 | 0.51 | 0.24 | 139.86 | 0.61 | 0.47 |
| Hex | 2F | C3 | 60 | 4C | 0 | 33 | 18 | 8C | 3D | 2F |
| Octal | 57 | 303 | 140 | 114 | 0 | 63 | 30 | 214 | 75 | 57 |
| Binary | 101111 | 11000011 | 1100000 | 1001100 | 0 | 110011 | 11000 | 10001100 | 111101 | 101111 |
Color Harmonies of #2FC360
Complementary color
Monochromatic Colors of #2FC360
Black with #2FC360
Text Example
Text Example
White with #2FC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC360; }
p { color: rgb(47,195,96); }
H1.HeaderClassName
{
color: #2FC360;
}
.AnyTagClassName
{
color: #2FC360;
}
</style>
background-color css
<style>
a { background-color: #2FC360; }
a { background-color: rgb(47,195,96); }
div.DivClassName
{
background-color: #2FC360;
}
.BgClassName
{
background-color: #2FC360;
}
</style>
border-color css
<style>
span { border-color: #2FC360; }
span { border-color: rgb(47,195,96); }
td.TdClassName
{
border-color: #2FC360;
}
.TagClassName
{
border-color: #2FC360;
}
</style>