Shades of Seaweed #294D0D
Tints of Seaweed #294D0D
RGB
CMYK
RGB Variations
Color information
#294D0D (or 0x294D0D) is known color: Seaweed. HEX triplet: 29, 4D and 0D. RGB value is (41,77,13). Sum of RGB (Red+Green+Blue) = 41+77+13=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #294D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294D0D is #D6B2F2. Grayscale: #3B3B3B. Windows color (decimal): -14070515 or 871721. OLE color: 871721.
HSL color Cylindrical-coordinate representation of color #294D0D: hue angle of 93.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294D0D is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 13 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.70 |
| HSL | 93.75º | 0.71% | 0.18% | - |
| HSV(B) | 93.75º | 0.83% | 0.3% | - |
| XYZ | 3.64 | 5.81 | 1.31 | - |
| YUV | 58.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 13 | 0.47 | 0 | 0.83 | 0.70 | 93.75 | 0.71 | 0.18 |
| Hex | 29 | 4D | D | 2F | 0 | 53 | 46 | 5E | 47 | 12 |
| Octal | 51 | 115 | 15 | 57 | 0 | 123 | 106 | 136 | 107 | 22 |
| Binary | 101001 | 1001101 | 1101 | 101111 | 0 | 1010011 | 1000110 | 1011110 | 1000111 | 10010 |
Color Harmonies of #294D0D
Complementary color
Monochromatic Colors of #294D0D
Black with #294D0D
Text Example
Text Example
White with #294D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D0D; }
p { color: rgb(41,77,13); }
H1.HeaderClassName
{
color: #294D0D;
}
.AnyTagClassName
{
color: #294D0D;
}
</style>
background-color css
<style>
a { background-color: #294D0D; }
a { background-color: rgb(41,77,13); }
div.DivClassName
{
background-color: #294D0D;
}
.BgClassName
{
background-color: #294D0D;
}
</style>
border-color css
<style>
span { border-color: #294D0D; }
span { border-color: rgb(41,77,13); }
td.TdClassName
{
border-color: #294D0D;
}
.TagClassName
{
border-color: #294D0D;
}
</style>