Shades of Sea Green #31895B
Tints of Sea Green #31895B
RGB
CMYK
RGB Variations
Color information
#31895B (or 0x31895B) is known color: Sea Green. HEX triplet: 31, 89 and 5B. RGB value is (49,137,91). Sum of RGB (Red+Green+Blue) = 49+137+91=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #31895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31895B is #CE76A4. Grayscale: #696969. Windows color (decimal): -13530789 or 5998897. OLE color: 5998897.
HSL color Cylindrical-coordinate representation of color #31895B: hue angle of 148.64º 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 #31895B is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 91 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.46 |
| HSL | 148.64º | 0.47% | 0.36% | - |
| HSV(B) | 148.64º | 0.64% | 0.54% | - |
| XYZ | 12.1 | 19.3 | 12.98 | - |
| YUV | 105.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 91 | 0.64 | 0 | 0.34 | 0.46 | 148.64 | 0.47 | 0.36 |
| Hex | 31 | 89 | 5B | 40 | 0 | 22 | 2E | 95 | 2F | 24 |
| Octal | 61 | 211 | 133 | 100 | 0 | 42 | 56 | 225 | 57 | 44 |
| Binary | 110001 | 10001001 | 1011011 | 1000000 | 0 | 100010 | 101110 | 10010101 | 101111 | 100100 |
Color Harmonies of #31895B
Complementary color
Monochromatic Colors of #31895B
Black with #31895B
Text Example
Text Example
White with #31895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31895B; }
p { color: rgb(49,137,91); }
H1.HeaderClassName
{
color: #31895B;
}
.AnyTagClassName
{
color: #31895B;
}
</style>
background-color css
<style>
a { background-color: #31895B; }
a { background-color: rgb(49,137,91); }
div.DivClassName
{
background-color: #31895B;
}
.BgClassName
{
background-color: #31895B;
}
</style>
border-color css
<style>
span { border-color: #31895B; }
span { border-color: rgb(49,137,91); }
td.TdClassName
{
border-color: #31895B;
}
.TagClassName
{
border-color: #31895B;
}
</style>