Shades of Seaweed #294810
Tints of Seaweed #294810
RGB
CMYK
RGB Variations
Color information
#294810 (or 0x294810) is known color: Seaweed. HEX triplet: 29, 48 and 10. RGB value is (41,72,16). Sum of RGB (Red+Green+Blue) = 41+72+16=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #294810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294810 is #D6B7EF. Grayscale: #383838. Windows color (decimal): -14071792 or 1067049. OLE color: 1067049.
HSL color Cylindrical-coordinate representation of color #294810: hue angle of 93.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294810 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 72 | 16 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.72 |
| HSL | 93.21º | 0.64% | 0.17% | - |
| HSV(B) | 93.21º | 0.78% | 0.28% | - |
| XYZ | 3.33 | 5.14 | 1.31 | - |
| YUV | 56.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 16 | 0.43 | 0 | 0.78 | 0.72 | 93.21 | 0.64 | 0.17 |
| Hex | 29 | 48 | 10 | 2B | 0 | 4E | 48 | 5D | 40 | 11 |
| Octal | 51 | 110 | 20 | 53 | 0 | 116 | 110 | 135 | 100 | 21 |
| Binary | 101001 | 1001000 | 10000 | 101011 | 0 | 1001110 | 1001000 | 1011101 | 1000000 | 10001 |
Color Harmonies of #294810
Complementary color
Monochromatic Colors of #294810
Black with #294810
Text Example
Text Example
White with #294810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294810; }
p { color: rgb(41,72,16); }
H1.HeaderClassName
{
color: #294810;
}
.AnyTagClassName
{
color: #294810;
}
</style>
background-color css
<style>
a { background-color: #294810; }
a { background-color: rgb(41,72,16); }
div.DivClassName
{
background-color: #294810;
}
.BgClassName
{
background-color: #294810;
}
</style>
border-color css
<style>
span { border-color: #294810; }
span { border-color: rgb(41,72,16); }
td.TdClassName
{
border-color: #294810;
}
.TagClassName
{
border-color: #294810;
}
</style>