Shades of Medium Sea Green #2FC768
Tints of Medium Sea Green #2FC768
RGB
CMYK
RGB Variations
Color information
#2FC768 (or 0x2FC768) is known color: Medium Sea Green. HEX triplet: 2F, C7 and 68. RGB value is (47,199,104). Sum of RGB (Red+Green+Blue) = 47+199+104=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC768 is #D03897. Grayscale: #8E8E8E. Windows color (decimal): -13645976 or 6866735. OLE color: 6866735.
HSL color Cylindrical-coordinate representation of color #2FC768: hue angle of 142.5º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC768 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 104 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.22 |
| HSL | 142.5º | 0.62% | 0.48% | - |
| HSV(B) | 142.5º | 0.76% | 0.78% | - |
| XYZ | 24.09 | 42.45 | 20.02 | - |
| YUV | 142.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 104 | 0.76 | 0 | 0.48 | 0.22 | 142.5 | 0.62 | 0.48 |
| Hex | 2F | C7 | 68 | 4C | 0 | 30 | 16 | 8E | 3E | 30 |
| Octal | 57 | 307 | 150 | 114 | 0 | 60 | 26 | 216 | 76 | 60 |
| Binary | 101111 | 11000111 | 1101000 | 1001100 | 0 | 110000 | 10110 | 10001110 | 111110 | 110000 |
Color Harmonies of #2FC768
Complementary color
Monochromatic Colors of #2FC768
Black with #2FC768
Text Example
Text Example
White with #2FC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC768; }
p { color: rgb(47,199,104); }
H1.HeaderClassName
{
color: #2FC768;
}
.AnyTagClassName
{
color: #2FC768;
}
</style>
background-color css
<style>
a { background-color: #2FC768; }
a { background-color: rgb(47,199,104); }
div.DivClassName
{
background-color: #2FC768;
}
.BgClassName
{
background-color: #2FC768;
}
</style>
border-color css
<style>
span { border-color: #2FC768; }
span { border-color: rgb(47,199,104); }
td.TdClassName
{
border-color: #2FC768;
}
.TagClassName
{
border-color: #2FC768;
}
</style>