Shades of Sea Green #318D47
Tints of Sea Green #318D47
RGB
CMYK
RGB Variations
Color information
#318D47 (or 0x318D47) is known color: Sea Green. HEX triplet: 31, 8D and 47. RGB value is (49,141,71). Sum of RGB (Red+Green+Blue) = 49+141+71=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #318D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D47 is #CE72B8. Grayscale: #696969. Windows color (decimal): -13529785 or 4689201. OLE color: 4689201.
HSL color Cylindrical-coordinate representation of color #318D47: hue angle of 134.35º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D47 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 141 | 71 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.45 |
| HSL | 134.35º | 0.48% | 0.37% | - |
| HSV(B) | 134.35º | 0.65% | 0.55% | - |
| XYZ | 11.93 | 20.16 | 9.22 | - |
| YUV | 105.51 | 108.52 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 71 | 0.65 | 0 | 0.50 | 0.45 | 134.35 | 0.48 | 0.37 |
| Hex | 31 | 8D | 47 | 41 | 0 | 32 | 2D | 86 | 30 | 25 |
| Octal | 61 | 215 | 107 | 101 | 0 | 62 | 55 | 206 | 60 | 45 |
| Binary | 110001 | 10001101 | 1000111 | 1000001 | 0 | 110010 | 101101 | 10000110 | 110000 | 100101 |
Color Harmonies of #318D47
Complementary color
Monochromatic Colors of #318D47
Black with #318D47
Text Example
Text Example
White with #318D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318D47; }
p { color: rgb(49,141,71); }
H1.HeaderClassName
{
color: #318D47;
}
.AnyTagClassName
{
color: #318D47;
}
</style>
background-color css
<style>
a { background-color: #318D47; }
a { background-color: rgb(49,141,71); }
div.DivClassName
{
background-color: #318D47;
}
.BgClassName
{
background-color: #318D47;
}
</style>
border-color css
<style>
span { border-color: #318D47; }
span { border-color: rgb(49,141,71); }
td.TdClassName
{
border-color: #318D47;
}
.TagClassName
{
border-color: #318D47;
}
</style>