Shades of Sea Green #31815E
Tints of Sea Green #31815E
RGB
CMYK
RGB Variations
Color information
#31815E (or 0x31815E) is known color: Sea Green. HEX triplet: 31, 81 and 5E. RGB value is (49,129,94). Sum of RGB (Red+Green+Blue) = 49+129+94=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #31815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31815E is #CE7EA1. Grayscale: #656565. Windows color (decimal): -13532834 or 6193457. OLE color: 6193457.
HSL color Cylindrical-coordinate representation of color #31815E: hue angle of 153.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31815E is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 94 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.49 |
| HSL | 153.75º | 0.45% | 0.35% | - |
| HSV(B) | 153.75º | 0.62% | 0.51% | - |
| XYZ | 11.14 | 17.16 | 13.32 | - |
| YUV | 101.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 94 | 0.62 | 0 | 0.27 | 0.49 | 153.75 | 0.45 | 0.35 |
| Hex | 31 | 81 | 5E | 3E | 0 | 1B | 31 | 9A | 2D | 23 |
| Octal | 61 | 201 | 136 | 76 | 0 | 33 | 61 | 232 | 55 | 43 |
| Binary | 110001 | 10000001 | 1011110 | 111110 | 0 | 11011 | 110001 | 10011010 | 101101 | 100011 |
Color Harmonies of #31815E
Complementary color
Monochromatic Colors of #31815E
Black with #31815E
Text Example
Text Example
White with #31815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31815E; }
p { color: rgb(49,129,94); }
H1.HeaderClassName
{
color: #31815E;
}
.AnyTagClassName
{
color: #31815E;
}
</style>
background-color css
<style>
a { background-color: #31815E; }
a { background-color: rgb(49,129,94); }
div.DivClassName
{
background-color: #31815E;
}
.BgClassName
{
background-color: #31815E;
}
</style>
border-color css
<style>
span { border-color: #31815E; }
span { border-color: rgb(49,129,94); }
td.TdClassName
{
border-color: #31815E;
}
.TagClassName
{
border-color: #31815E;
}
</style>