Shades of Seaweed #2D560D
Tints of Seaweed #2D560D
RGB
CMYK
RGB Variations
Color information
#2D560D (or 0x2D560D) is known color: Seaweed. HEX triplet: 2D, 56 and 0D. RGB value is (45,86,13). Sum of RGB (Red+Green+Blue) = 45+86+13=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #2D560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D560D is #D2A9F2. Grayscale: #414141. Windows color (decimal): -13806067 or 874029. OLE color: 874029.
HSL color Cylindrical-coordinate representation of color #2D560D: hue angle of 93.7º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D560D is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 13 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.66 |
| HSL | 93.7º | 0.74% | 0.19% | - |
| HSV(B) | 93.7º | 0.85% | 0.34% | - |
| XYZ | 4.48 | 7.24 | 1.54 | - |
| YUV | 65.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 13 | 0.48 | 0 | 0.85 | 0.66 | 93.7 | 0.74 | 0.19 |
| Hex | 2D | 56 | D | 30 | 0 | 55 | 42 | 5E | 4A | 13 |
| Octal | 55 | 126 | 15 | 60 | 0 | 125 | 102 | 136 | 112 | 23 |
| Binary | 101101 | 1010110 | 1101 | 110000 | 0 | 1010101 | 1000010 | 1011110 | 1001010 | 10011 |
Color Harmonies of #2D560D
Complementary color
Monochromatic Colors of #2D560D
Black with #2D560D
Text Example
Text Example
White with #2D560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D560D; }
p { color: rgb(45,86,13); }
H1.HeaderClassName
{
color: #2D560D;
}
.AnyTagClassName
{
color: #2D560D;
}
</style>
background-color css
<style>
a { background-color: #2D560D; }
a { background-color: rgb(45,86,13); }
div.DivClassName
{
background-color: #2D560D;
}
.BgClassName
{
background-color: #2D560D;
}
</style>
border-color css
<style>
span { border-color: #2D560D; }
span { border-color: rgb(45,86,13); }
td.TdClassName
{
border-color: #2D560D;
}
.TagClassName
{
border-color: #2D560D;
}
</style>