Shades of Sea Green #31944D
Tints of Sea Green #31944D
RGB
CMYK
RGB Variations
Color information
#31944D (or 0x31944D) is known color: Sea Green. HEX triplet: 31, 94 and 4D. RGB value is (49,148,77). Sum of RGB (Red+Green+Blue) = 49+148+77=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #31944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31944D is #CE6BB2. Grayscale: #6E6E6E. Windows color (decimal): -13527987 or 5084209. OLE color: 5084209.
HSL color Cylindrical-coordinate representation of color #31944D: hue angle of 136.97º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31944D is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 148 | 77 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.42 |
| HSL | 136.97º | 0.5% | 0.39% | - |
| HSV(B) | 136.97º | 0.67% | 0.58% | - |
| XYZ | 13.2 | 22.37 | 10.64 | - |
| YUV | 110.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 77 | 0.67 | 0 | 0.48 | 0.42 | 136.97 | 0.5 | 0.39 |
| Hex | 31 | 94 | 4D | 43 | 0 | 30 | 2A | 89 | 32 | 27 |
| Octal | 61 | 224 | 115 | 103 | 0 | 60 | 52 | 211 | 62 | 47 |
| Binary | 110001 | 10010100 | 1001101 | 1000011 | 0 | 110000 | 101010 | 10001001 | 110010 | 100111 |
Color Harmonies of #31944D
Complementary color
Monochromatic Colors of #31944D
Black with #31944D
Text Example
Text Example
White with #31944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31944D; }
p { color: rgb(49,148,77); }
H1.HeaderClassName
{
color: #31944D;
}
.AnyTagClassName
{
color: #31944D;
}
</style>
background-color css
<style>
a { background-color: #31944D; }
a { background-color: rgb(49,148,77); }
div.DivClassName
{
background-color: #31944D;
}
.BgClassName
{
background-color: #31944D;
}
</style>
border-color css
<style>
span { border-color: #31944D; }
span { border-color: rgb(49,148,77); }
td.TdClassName
{
border-color: #31944D;
}
.TagClassName
{
border-color: #31944D;
}
</style>