Shades of Seaweed #315012
Tints of Seaweed #315012
RGB
CMYK
RGB Variations
Color information
#315012 (or 0x315012) is known color: Seaweed. HEX triplet: 31, 50 and 12. RGB value is (49,80,18). Sum of RGB (Red+Green+Blue) = 49+80+18=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #315012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315012 is #CEAFED. Grayscale: #3F3F3F. Windows color (decimal): -13545454 or 1200177. OLE color: 1200177.
HSL color Cylindrical-coordinate representation of color #315012: hue angle of 90º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315012 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 18 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.69 |
| HSL | 90º | 0.63% | 0.19% | - |
| HSV(B) | 90º | 0.78% | 0.31% | - |
| XYZ | 4.24 | 6.43 | 1.59 | - |
| YUV | 63.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 18 | 0.39 | 0 | 0.78 | 0.69 | 90 | 0.63 | 0.19 |
| Hex | 31 | 50 | 12 | 27 | 0 | 4E | 45 | 5A | 3F | 13 |
| Octal | 61 | 120 | 22 | 47 | 0 | 116 | 105 | 132 | 77 | 23 |
| Binary | 110001 | 1010000 | 10010 | 100111 | 0 | 1001110 | 1000101 | 1011010 | 111111 | 10011 |
Color Harmonies of #315012
Complementary color
Monochromatic Colors of #315012
Black with #315012
Text Example
Text Example
White with #315012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315012; }
p { color: rgb(49,80,18); }
H1.HeaderClassName
{
color: #315012;
}
.AnyTagClassName
{
color: #315012;
}
</style>
background-color css
<style>
a { background-color: #315012; }
a { background-color: rgb(49,80,18); }
div.DivClassName
{
background-color: #315012;
}
.BgClassName
{
background-color: #315012;
}
</style>
border-color css
<style>
span { border-color: #315012; }
span { border-color: rgb(49,80,18); }
td.TdClassName
{
border-color: #315012;
}
.TagClassName
{
border-color: #315012;
}
</style>