Shades of Seaweed #294A0D
Tints of Seaweed #294A0D
RGB
CMYK
RGB Variations
Color information
#294A0D (or 0x294A0D) is known color: Seaweed. HEX triplet: 29, 4A and 0D. RGB value is (41,74,13). Sum of RGB (Red+Green+Blue) = 41+74+13=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #294A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294A0D is #D6B5F2. Grayscale: #393939. Windows color (decimal): -14071283 or 870953. OLE color: 870953.
HSL color Cylindrical-coordinate representation of color #294A0D: hue angle of 92.46º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294A0D is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 13 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.71 |
| HSL | 92.46º | 0.7% | 0.17% | - |
| HSV(B) | 92.46º | 0.82% | 0.29% | - |
| XYZ | 3.44 | 5.4 | 1.24 | - |
| YUV | 57.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 13 | 0.45 | 0 | 0.82 | 0.71 | 92.46 | 0.7 | 0.17 |
| Hex | 29 | 4A | D | 2D | 0 | 52 | 47 | 5C | 46 | 11 |
| Octal | 51 | 112 | 15 | 55 | 0 | 122 | 107 | 134 | 106 | 21 |
| Binary | 101001 | 1001010 | 1101 | 101101 | 0 | 1010010 | 1000111 | 1011100 | 1000110 | 10001 |
Color Harmonies of #294A0D
Complementary color
Monochromatic Colors of #294A0D
Black with #294A0D
Text Example
Text Example
White with #294A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A0D; }
p { color: rgb(41,74,13); }
H1.HeaderClassName
{
color: #294A0D;
}
.AnyTagClassName
{
color: #294A0D;
}
</style>
background-color css
<style>
a { background-color: #294A0D; }
a { background-color: rgb(41,74,13); }
div.DivClassName
{
background-color: #294A0D;
}
.BgClassName
{
background-color: #294A0D;
}
</style>
border-color css
<style>
span { border-color: #294A0D; }
span { border-color: rgb(41,74,13); }
td.TdClassName
{
border-color: #294A0D;
}
.TagClassName
{
border-color: #294A0D;
}
</style>