Shades of Sea Green #31885A
Tints of Sea Green #31885A
RGB
CMYK
RGB Variations
Color information
#31885A (or 0x31885A) is known color: Sea Green. HEX triplet: 31, 88 and 5A. RGB value is (49,136,90). Sum of RGB (Red+Green+Blue) = 49+136+90=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #31885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31885A is #CE77A5. Grayscale: #686868. Windows color (decimal): -13531046 or 5933105. OLE color: 5933105.
HSL color Cylindrical-coordinate representation of color #31885A: hue angle of 148.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31885A is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 90 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.47 |
| HSL | 148.28º | 0.47% | 0.36% | - |
| HSV(B) | 148.28º | 0.64% | 0.53% | - |
| XYZ | 11.92 | 19 | 12.71 | - |
| YUV | 104.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 90 | 0.64 | 0 | 0.34 | 0.47 | 148.28 | 0.47 | 0.36 |
| Hex | 31 | 88 | 5A | 40 | 0 | 22 | 2F | 94 | 2F | 24 |
| Octal | 61 | 210 | 132 | 100 | 0 | 42 | 57 | 224 | 57 | 44 |
| Binary | 110001 | 10001000 | 1011010 | 1000000 | 0 | 100010 | 101111 | 10010100 | 101111 | 100100 |
Color Harmonies of #31885A
Complementary color
Monochromatic Colors of #31885A
Black with #31885A
Text Example
Text Example
White with #31885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31885A; }
p { color: rgb(49,136,90); }
H1.HeaderClassName
{
color: #31885A;
}
.AnyTagClassName
{
color: #31885A;
}
</style>
background-color css
<style>
a { background-color: #31885A; }
a { background-color: rgb(49,136,90); }
div.DivClassName
{
background-color: #31885A;
}
.BgClassName
{
background-color: #31885A;
}
</style>
border-color css
<style>
span { border-color: #31885A; }
span { border-color: rgb(49,136,90); }
td.TdClassName
{
border-color: #31885A;
}
.TagClassName
{
border-color: #31885A;
}
</style>