Shades of Seaweed #315C0F
Tints of Seaweed #315C0F
RGB
CMYK
RGB Variations
Color information
#315C0F (or 0x315C0F) is known color: Seaweed. HEX triplet: 31, 5C and 0F. RGB value is (49,92,15). Sum of RGB (Red+Green+Blue) = 49+92+15=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 92 (36.33% from 255 or 58.97% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 92 - color contains mainly: green. Hex color #315C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315C0F is #CEA3F0. Grayscale: #464646. Windows color (decimal): -13542385 or 1006641. OLE color: 1006641.
HSL color Cylindrical-coordinate representation of color #315C0F: hue angle of 93.51º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #315C0F is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 15 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.64 |
| HSL | 93.51º | 0.72% | 0.21% | - |
| HSV(B) | 93.51º | 0.84% | 0.36% | - |
| XYZ | 5.18 | 8.34 | 1.79 | - |
| YUV | 70.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 15 | 0.47 | 0 | 0.84 | 0.64 | 93.51 | 0.72 | 0.21 |
| Hex | 31 | 5C | F | 2F | 0 | 54 | 40 | 5E | 48 | 15 |
| Octal | 61 | 134 | 17 | 57 | 0 | 124 | 100 | 136 | 110 | 25 |
| Binary | 110001 | 1011100 | 1111 | 101111 | 0 | 1010100 | 1000000 | 1011110 | 1001000 | 10101 |
Color Harmonies of #315C0F
Complementary color
Monochromatic Colors of #315C0F
Black with #315C0F
Text Example
Text Example
White with #315C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C0F; }
p { color: rgb(49,92,15); }
H1.HeaderClassName
{
color: #315C0F;
}
.AnyTagClassName
{
color: #315C0F;
}
</style>
background-color css
<style>
a { background-color: #315C0F; }
a { background-color: rgb(49,92,15); }
div.DivClassName
{
background-color: #315C0F;
}
.BgClassName
{
background-color: #315C0F;
}
</style>
border-color css
<style>
span { border-color: #315C0F; }
span { border-color: rgb(49,92,15); }
td.TdClassName
{
border-color: #315C0F;
}
.TagClassName
{
border-color: #315C0F;
}
</style>