Shades of Sea Green #31815F
Tints of Sea Green #31815F
RGB
CMYK
RGB Variations
Color information
#31815F (or 0x31815F) is known color: Sea Green. HEX triplet: 31, 81 and 5F. RGB value is (49,129,95). Sum of RGB (Red+Green+Blue) = 49+129+95=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #31815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31815F is #CE7EA0. Grayscale: #656565. Windows color (decimal): -13532833 or 6258993. OLE color: 6258993.
HSL color Cylindrical-coordinate representation of color #31815F: hue angle of 154.5º 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 #31815F is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 95 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.49 |
| HSL | 154.5º | 0.45% | 0.35% | - |
| HSV(B) | 154.5º | 0.62% | 0.51% | - |
| XYZ | 11.18 | 17.18 | 13.55 | - |
| YUV | 101.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 95 | 0.62 | 0 | 0.26 | 0.49 | 154.5 | 0.45 | 0.35 |
| Hex | 31 | 81 | 5F | 3E | 0 | 1A | 31 | 9A | 2D | 23 |
| Octal | 61 | 201 | 137 | 76 | 0 | 32 | 61 | 232 | 55 | 43 |
| Binary | 110001 | 10000001 | 1011111 | 111110 | 0 | 11010 | 110001 | 10011010 | 101101 | 100011 |
Color Harmonies of #31815F
Complementary color
Monochromatic Colors of #31815F
Black with #31815F
Text Example
Text Example
White with #31815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31815F; }
p { color: rgb(49,129,95); }
H1.HeaderClassName
{
color: #31815F;
}
.AnyTagClassName
{
color: #31815F;
}
</style>
background-color css
<style>
a { background-color: #31815F; }
a { background-color: rgb(49,129,95); }
div.DivClassName
{
background-color: #31815F;
}
.BgClassName
{
background-color: #31815F;
}
</style>
border-color css
<style>
span { border-color: #31815F; }
span { border-color: rgb(49,129,95); }
td.TdClassName
{
border-color: #31815F;
}
.TagClassName
{
border-color: #31815F;
}
</style>