Shades of Sea Green #31915B
Tints of Sea Green #31915B
RGB
CMYK
RGB Variations
Color information
#31915B (or 0x31915B) is known color: Sea Green. HEX triplet: 31, 91 and 5B. RGB value is (49,145,91). Sum of RGB (Red+Green+Blue) = 49+145+91=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #31915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31915B is #CE6EA4. Grayscale: #6E6E6E. Windows color (decimal): -13528741 or 6000945. OLE color: 6000945.
HSL color Cylindrical-coordinate representation of color #31915B: hue angle of 146.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31915B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 91 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.43 |
| HSL | 146.25º | 0.49% | 0.38% | - |
| HSV(B) | 146.25º | 0.66% | 0.57% | - |
| XYZ | 13.28 | 21.66 | 13.38 | - |
| YUV | 110.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 91 | 0.66 | 0 | 0.37 | 0.43 | 146.25 | 0.49 | 0.38 |
| Hex | 31 | 91 | 5B | 42 | 0 | 25 | 2B | 92 | 31 | 26 |
| Octal | 61 | 221 | 133 | 102 | 0 | 45 | 53 | 222 | 61 | 46 |
| Binary | 110001 | 10010001 | 1011011 | 1000010 | 0 | 100101 | 101011 | 10010010 | 110001 | 100110 |
Color Harmonies of #31915B
Complementary color
Monochromatic Colors of #31915B
Black with #31915B
Text Example
Text Example
White with #31915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31915B; }
p { color: rgb(49,145,91); }
H1.HeaderClassName
{
color: #31915B;
}
.AnyTagClassName
{
color: #31915B;
}
</style>
background-color css
<style>
a { background-color: #31915B; }
a { background-color: rgb(49,145,91); }
div.DivClassName
{
background-color: #31915B;
}
.BgClassName
{
background-color: #31915B;
}
</style>
border-color css
<style>
span { border-color: #31915B; }
span { border-color: rgb(49,145,91); }
td.TdClassName
{
border-color: #31915B;
}
.TagClassName
{
border-color: #31915B;
}
</style>