Shades of Medium Sea Green #2FC969
Tints of Medium Sea Green #2FC969
RGB
CMYK
RGB Variations
Color information
#2FC969 (or 0x2FC969) is known color: Medium Sea Green. HEX triplet: 2F, C9 and 69. RGB value is (47,201,105). Sum of RGB (Red+Green+Blue) = 47+201+105=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC969 is #D03696. Grayscale: #909090. Windows color (decimal): -13645463 or 6932783. OLE color: 6932783.
HSL color Cylindrical-coordinate representation of color #2FC969: hue angle of 142.6º 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 #2FC969 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 105 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.21 |
| HSL | 142.6º | 0.62% | 0.49% | - |
| HSV(B) | 142.6º | 0.77% | 0.79% | - |
| XYZ | 24.61 | 43.4 | 20.44 | - |
| YUV | 144.01 | 105.98 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 105 | 0.77 | 0 | 0.48 | 0.21 | 142.6 | 0.62 | 0.49 |
| Hex | 2F | C9 | 69 | 4D | 0 | 30 | 15 | 8F | 3E | 31 |
| Octal | 57 | 311 | 151 | 115 | 0 | 60 | 25 | 217 | 76 | 61 |
| Binary | 101111 | 11001001 | 1101001 | 1001101 | 0 | 110000 | 10101 | 10001111 | 111110 | 110001 |
Color Harmonies of #2FC969
Complementary color
Monochromatic Colors of #2FC969
Black with #2FC969
Text Example
Text Example
White with #2FC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC969; }
p { color: rgb(47,201,105); }
H1.HeaderClassName
{
color: #2FC969;
}
.AnyTagClassName
{
color: #2FC969;
}
</style>
background-color css
<style>
a { background-color: #2FC969; }
a { background-color: rgb(47,201,105); }
div.DivClassName
{
background-color: #2FC969;
}
.BgClassName
{
background-color: #2FC969;
}
</style>
border-color css
<style>
span { border-color: #2FC969; }
span { border-color: rgb(47,201,105); }
td.TdClassName
{
border-color: #2FC969;
}
.TagClassName
{
border-color: #2FC969;
}
</style>