Shades of Sea Green #31874E
Tints of Sea Green #31874E
RGB
CMYK
RGB Variations
Color information
#31874E (or 0x31874E) is known color: Sea Green. HEX triplet: 31, 87 and 4E. RGB value is (49,135,78). Sum of RGB (Red+Green+Blue) = 49+135+78=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #31874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31874E is #CE78B1. Grayscale: #666666. Windows color (decimal): -13531314 or 5146417. OLE color: 5146417.
HSL color Cylindrical-coordinate representation of color #31874E: hue angle of 140.23º 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 #31874E is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 78 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.47 |
| HSL | 140.23º | 0.47% | 0.36% | - |
| HSV(B) | 140.23º | 0.64% | 0.53% | - |
| XYZ | 11.31 | 18.53 | 10.19 | - |
| YUV | 102.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 78 | 0.64 | 0 | 0.42 | 0.47 | 140.23 | 0.47 | 0.36 |
| Hex | 31 | 87 | 4E | 40 | 0 | 2A | 2F | 8C | 2F | 24 |
| Octal | 61 | 207 | 116 | 100 | 0 | 52 | 57 | 214 | 57 | 44 |
| Binary | 110001 | 10000111 | 1001110 | 1000000 | 0 | 101010 | 101111 | 10001100 | 101111 | 100100 |
Color Harmonies of #31874E
Complementary color
Monochromatic Colors of #31874E
Black with #31874E
Text Example
Text Example
White with #31874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31874E; }
p { color: rgb(49,135,78); }
H1.HeaderClassName
{
color: #31874E;
}
.AnyTagClassName
{
color: #31874E;
}
</style>
background-color css
<style>
a { background-color: #31874E; }
a { background-color: rgb(49,135,78); }
div.DivClassName
{
background-color: #31874E;
}
.BgClassName
{
background-color: #31874E;
}
</style>
border-color css
<style>
span { border-color: #31874E; }
span { border-color: rgb(49,135,78); }
td.TdClassName
{
border-color: #31874E;
}
.TagClassName
{
border-color: #31874E;
}
</style>