Shades of Sea Green #31895E
Tints of Sea Green #31895E
RGB
CMYK
RGB Variations
Color information
#31895E (or 0x31895E) is known color: Sea Green. HEX triplet: 31, 89 and 5E. RGB value is (49,137,94). Sum of RGB (Red+Green+Blue) = 49+137+94=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #31895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31895E is #CE76A1. Grayscale: #696969. Windows color (decimal): -13530786 or 6195505. OLE color: 6195505.
HSL color Cylindrical-coordinate representation of color #31895E: hue angle of 150.68º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31895E is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 94 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.46 |
| HSL | 150.68º | 0.47% | 0.36% | - |
| HSV(B) | 150.68º | 0.64% | 0.54% | - |
| XYZ | 12.23 | 19.35 | 13.68 | - |
| YUV | 105.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 94 | 0.64 | 0 | 0.31 | 0.46 | 150.68 | 0.47 | 0.36 |
| Hex | 31 | 89 | 5E | 40 | 0 | 1F | 2E | 97 | 2F | 24 |
| Octal | 61 | 211 | 136 | 100 | 0 | 37 | 56 | 227 | 57 | 44 |
| Binary | 110001 | 10001001 | 1011110 | 1000000 | 0 | 11111 | 101110 | 10010111 | 101111 | 100100 |
Color Harmonies of #31895E
Complementary color
Monochromatic Colors of #31895E
Black with #31895E
Text Example
Text Example
White with #31895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31895E; }
p { color: rgb(49,137,94); }
H1.HeaderClassName
{
color: #31895E;
}
.AnyTagClassName
{
color: #31895E;
}
</style>
background-color css
<style>
a { background-color: #31895E; }
a { background-color: rgb(49,137,94); }
div.DivClassName
{
background-color: #31895E;
}
.BgClassName
{
background-color: #31895E;
}
</style>
border-color css
<style>
span { border-color: #31895E; }
span { border-color: rgb(49,137,94); }
td.TdClassName
{
border-color: #31895E;
}
.TagClassName
{
border-color: #31895E;
}
</style>