Shades of Medium Sea Green #31D272
Tints of Medium Sea Green #31D272
RGB
CMYK
RGB Variations
Color information
#31D272 (or 0x31D272) is known color: Medium Sea Green. HEX triplet: 31, D2 and 72. RGB value is (49,210,114). Sum of RGB (Red+Green+Blue) = 49+210+114=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #31D272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D272 is #CE2D8D. Grayscale: #979797. Windows color (decimal): -13512078 or 7524913. OLE color: 7524913.
HSL color Cylindrical-coordinate representation of color #31D272: hue angle of 144.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D272 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 114 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.18 |
| HSL | 144.22º | 0.64% | 0.51% | - |
| HSV(B) | 144.22º | 0.77% | 0.82% | - |
| XYZ | 27.35 | 47.96 | 23.74 | - |
| YUV | 150.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 114 | 0.77 | 0 | 0.46 | 0.18 | 144.22 | 0.64 | 0.51 |
| Hex | 31 | D2 | 72 | 4D | 0 | 2E | 12 | 90 | 40 | 33 |
| Octal | 61 | 322 | 162 | 115 | 0 | 56 | 22 | 220 | 100 | 63 |
| Binary | 110001 | 11010010 | 1110010 | 1001101 | 0 | 101110 | 10010 | 10010000 | 1000000 | 110011 |
Color Harmonies of #31D272
Complementary color
Monochromatic Colors of #31D272
Black with #31D272
Text Example
Text Example
White with #31D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D272; }
p { color: rgb(49,210,114); }
H1.HeaderClassName
{
color: #31D272;
}
.AnyTagClassName
{
color: #31D272;
}
</style>
background-color css
<style>
a { background-color: #31D272; }
a { background-color: rgb(49,210,114); }
div.DivClassName
{
background-color: #31D272;
}
.BgClassName
{
background-color: #31D272;
}
</style>
border-color css
<style>
span { border-color: #31D272; }
span { border-color: rgb(49,210,114); }
td.TdClassName
{
border-color: #31D272;
}
.TagClassName
{
border-color: #31D272;
}
</style>