Shades of Sea Green #31954C
Tints of Sea Green #31954C
RGB
CMYK
RGB Variations
Color information
#31954C (or 0x31954C) is known color: Sea Green. HEX triplet: 31, 95 and 4C. RGB value is (49,149,76). Sum of RGB (Red+Green+Blue) = 49+149+76=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #31954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31954C is #CE6AB3. Grayscale: #6E6E6E. Windows color (decimal): -13527732 or 5018929. OLE color: 5018929.
HSL color Cylindrical-coordinate representation of color #31954C: hue angle of 136.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31954C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 76 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.42 |
| HSL | 136.2º | 0.51% | 0.39% | - |
| HSV(B) | 136.2º | 0.67% | 0.58% | - |
| XYZ | 13.32 | 22.67 | 10.51 | - |
| YUV | 110.78 | 108.37 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 76 | 0.67 | 0 | 0.49 | 0.42 | 136.2 | 0.51 | 0.39 |
| Hex | 31 | 95 | 4C | 43 | 0 | 31 | 2A | 88 | 33 | 27 |
| Octal | 61 | 225 | 114 | 103 | 0 | 61 | 52 | 210 | 63 | 47 |
| Binary | 110001 | 10010101 | 1001100 | 1000011 | 0 | 110001 | 101010 | 10001000 | 110011 | 100111 |
Color Harmonies of #31954C
Complementary color
Monochromatic Colors of #31954C
Black with #31954C
Text Example
Text Example
White with #31954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31954C; }
p { color: rgb(49,149,76); }
H1.HeaderClassName
{
color: #31954C;
}
.AnyTagClassName
{
color: #31954C;
}
</style>
background-color css
<style>
a { background-color: #31954C; }
a { background-color: rgb(49,149,76); }
div.DivClassName
{
background-color: #31954C;
}
.BgClassName
{
background-color: #31954C;
}
</style>
border-color css
<style>
span { border-color: #31954C; }
span { border-color: rgb(49,149,76); }
td.TdClassName
{
border-color: #31954C;
}
.TagClassName
{
border-color: #31954C;
}
</style>