Shades of Medium Sea Green #2FD273
Tints of Medium Sea Green #2FD273
RGB
CMYK
RGB Variations
Color information
#2FD273 (or 0x2FD273) is known color: Medium Sea Green. HEX triplet: 2F, D2 and 73. RGB value is (47,210,115). Sum of RGB (Red+Green+Blue) = 47+210+115=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD273 is #D02D8C. Grayscale: #969696. Windows color (decimal): -13643149 or 7590447. OLE color: 7590447.
HSL color Cylindrical-coordinate representation of color #2FD273: hue angle of 145.03º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD273 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 115 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.18 |
| HSL | 145.03º | 0.64% | 0.5% | - |
| HSV(B) | 145.03º | 0.78% | 0.82% | - |
| XYZ | 27.31 | 47.94 | 24.03 | - |
| YUV | 150.43 | 108 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 115 | 0.78 | 0 | 0.45 | 0.18 | 145.03 | 0.64 | 0.5 |
| Hex | 2F | D2 | 73 | 4E | 0 | 2D | 12 | 91 | 40 | 32 |
| Octal | 57 | 322 | 163 | 116 | 0 | 55 | 22 | 221 | 100 | 62 |
| Binary | 101111 | 11010010 | 1110011 | 1001110 | 0 | 101101 | 10010 | 10010001 | 1000000 | 110010 |
Color Harmonies of #2FD273
Complementary color
Monochromatic Colors of #2FD273
Black with #2FD273
Text Example
Text Example
White with #2FD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD273; }
p { color: rgb(47,210,115); }
H1.HeaderClassName
{
color: #2FD273;
}
.AnyTagClassName
{
color: #2FD273;
}
</style>
background-color css
<style>
a { background-color: #2FD273; }
a { background-color: rgb(47,210,115); }
div.DivClassName
{
background-color: #2FD273;
}
.BgClassName
{
background-color: #2FD273;
}
</style>
border-color css
<style>
span { border-color: #2FD273; }
span { border-color: rgb(47,210,115); }
td.TdClassName
{
border-color: #2FD273;
}
.TagClassName
{
border-color: #2FD273;
}
</style>