Shades of Medium Sea Green #2FC968
Tints of Medium Sea Green #2FC968
RGB
CMYK
RGB Variations
Color information
#2FC968 (or 0x2FC968) is known color: Medium Sea Green. HEX triplet: 2F, C9 and 68. RGB value is (47,201,104). Sum of RGB (Red+Green+Blue) = 47+201+104=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC968 is #D03697. Grayscale: #909090. Windows color (decimal): -13645464 or 6867247. OLE color: 6867247.
HSL color Cylindrical-coordinate representation of color #2FC968: hue angle of 142.21º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC968 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 104 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.21 |
| HSL | 142.21º | 0.62% | 0.49% | - |
| HSV(B) | 142.21º | 0.77% | 0.79% | - |
| XYZ | 24.56 | 43.38 | 20.18 | - |
| YUV | 143.9 | 105.48 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 104 | 0.77 | 0 | 0.48 | 0.21 | 142.21 | 0.62 | 0.49 |
| Hex | 2F | C9 | 68 | 4D | 0 | 30 | 15 | 8E | 3E | 31 |
| Octal | 57 | 311 | 150 | 115 | 0 | 60 | 25 | 216 | 76 | 61 |
| Binary | 101111 | 11001001 | 1101000 | 1001101 | 0 | 110000 | 10101 | 10001110 | 111110 | 110001 |
Color Harmonies of #2FC968
Complementary color
Monochromatic Colors of #2FC968
Black with #2FC968
Text Example
Text Example
White with #2FC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC968; }
p { color: rgb(47,201,104); }
H1.HeaderClassName
{
color: #2FC968;
}
.AnyTagClassName
{
color: #2FC968;
}
</style>
background-color css
<style>
a { background-color: #2FC968; }
a { background-color: rgb(47,201,104); }
div.DivClassName
{
background-color: #2FC968;
}
.BgClassName
{
background-color: #2FC968;
}
</style>
border-color css
<style>
span { border-color: #2FC968; }
span { border-color: rgb(47,201,104); }
td.TdClassName
{
border-color: #2FC968;
}
.TagClassName
{
border-color: #2FC968;
}
</style>