Shades of Medium Sea Green #2FC269
Tints of Medium Sea Green #2FC269
RGB
CMYK
RGB Variations
Color information
#2FC269 (or 0x2FC269) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 69. RGB value is (47,194,105). Sum of RGB (Red+Green+Blue) = 47+194+105=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC269 is #D03D96. Grayscale: #8C8C8C. Windows color (decimal): -13647255 or 6930991. OLE color: 6930991.
HSL color Cylindrical-coordinate representation of color #2FC269: hue angle of 143.67º 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 #2FC269 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 105 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.24 |
| HSL | 143.67º | 0.61% | 0.47% | - |
| HSV(B) | 143.67º | 0.76% | 0.76% | - |
| XYZ | 23.01 | 40.21 | 19.91 | - |
| YUV | 139.9 | 108.3 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 105 | 0.76 | 0 | 0.46 | 0.24 | 143.67 | 0.61 | 0.47 |
| Hex | 2F | C2 | 69 | 4C | 0 | 2E | 18 | 90 | 3D | 2F |
| Octal | 57 | 302 | 151 | 114 | 0 | 56 | 30 | 220 | 75 | 57 |
| Binary | 101111 | 11000010 | 1101001 | 1001100 | 0 | 101110 | 11000 | 10010000 | 111101 | 101111 |
Color Harmonies of #2FC269
Complementary color
Monochromatic Colors of #2FC269
Black with #2FC269
Text Example
Text Example
White with #2FC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC269; }
p { color: rgb(47,194,105); }
H1.HeaderClassName
{
color: #2FC269;
}
.AnyTagClassName
{
color: #2FC269;
}
</style>
background-color css
<style>
a { background-color: #2FC269; }
a { background-color: rgb(47,194,105); }
div.DivClassName
{
background-color: #2FC269;
}
.BgClassName
{
background-color: #2FC269;
}
</style>
border-color css
<style>
span { border-color: #2FC269; }
span { border-color: rgb(47,194,105); }
td.TdClassName
{
border-color: #2FC269;
}
.TagClassName
{
border-color: #2FC269;
}
</style>