Shades of Sea Green #31825B
Tints of Sea Green #31825B
RGB
CMYK
RGB Variations
Color information
#31825B (or 0x31825B) is known color: Sea Green. HEX triplet: 31, 82 and 5B. RGB value is (49,130,91). Sum of RGB (Red+Green+Blue) = 49+130+91=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #31825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31825B is #CE7DA4. Grayscale: #656565. Windows color (decimal): -13532581 or 5997105. OLE color: 5997105.
HSL color Cylindrical-coordinate representation of color #31825B: hue angle of 151.11º 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 #31825B is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 91 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.49 |
| HSL | 151.11º | 0.45% | 0.35% | - |
| HSV(B) | 151.11º | 0.62% | 0.51% | - |
| XYZ | 11.14 | 17.37 | 12.66 | - |
| YUV | 101.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 91 | 0.62 | 0 | 0.30 | 0.49 | 151.11 | 0.45 | 0.35 |
| Hex | 31 | 82 | 5B | 3E | 0 | 1E | 31 | 97 | 2D | 23 |
| Octal | 61 | 202 | 133 | 76 | 0 | 36 | 61 | 227 | 55 | 43 |
| Binary | 110001 | 10000010 | 1011011 | 111110 | 0 | 11110 | 110001 | 10010111 | 101101 | 100011 |
Color Harmonies of #31825B
Complementary color
Monochromatic Colors of #31825B
Black with #31825B
Text Example
Text Example
White with #31825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31825B; }
p { color: rgb(49,130,91); }
H1.HeaderClassName
{
color: #31825B;
}
.AnyTagClassName
{
color: #31825B;
}
</style>
background-color css
<style>
a { background-color: #31825B; }
a { background-color: rgb(49,130,91); }
div.DivClassName
{
background-color: #31825B;
}
.BgClassName
{
background-color: #31825B;
}
</style>
border-color css
<style>
span { border-color: #31825B; }
span { border-color: rgb(49,130,91); }
td.TdClassName
{
border-color: #31825B;
}
.TagClassName
{
border-color: #31825B;
}
</style>