Shades of Seaweed #294C0E
Tints of Seaweed #294C0E
RGB
CMYK
RGB Variations
Color information
#294C0E (or 0x294C0E) is known color: Seaweed. HEX triplet: 29, 4C and 0E. RGB value is (41,76,14). Sum of RGB (Red+Green+Blue) = 41+76+14=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #294C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C0E is #D6B3F1. Grayscale: #3A3A3A. Windows color (decimal): -14070770 or 937001. OLE color: 937001.
HSL color Cylindrical-coordinate representation of color #294C0E: hue angle of 93.87º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294C0E is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 14 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.70 |
| HSL | 93.87º | 0.69% | 0.18% | - |
| HSV(B) | 93.87º | 0.82% | 0.3% | - |
| XYZ | 3.58 | 5.67 | 1.32 | - |
| YUV | 58.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 14 | 0.46 | 0 | 0.82 | 0.70 | 93.87 | 0.69 | 0.18 |
| Hex | 29 | 4C | E | 2E | 0 | 52 | 46 | 5E | 45 | 12 |
| Octal | 51 | 114 | 16 | 56 | 0 | 122 | 106 | 136 | 105 | 22 |
| Binary | 101001 | 1001100 | 1110 | 101110 | 0 | 1010010 | 1000110 | 1011110 | 1000101 | 10010 |
Color Harmonies of #294C0E
Complementary color
Monochromatic Colors of #294C0E
Black with #294C0E
Text Example
Text Example
White with #294C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C0E; }
p { color: rgb(41,76,14); }
H1.HeaderClassName
{
color: #294C0E;
}
.AnyTagClassName
{
color: #294C0E;
}
</style>
background-color css
<style>
a { background-color: #294C0E; }
a { background-color: rgb(41,76,14); }
div.DivClassName
{
background-color: #294C0E;
}
.BgClassName
{
background-color: #294C0E;
}
</style>
border-color css
<style>
span { border-color: #294C0E; }
span { border-color: rgb(41,76,14); }
td.TdClassName
{
border-color: #294C0E;
}
.TagClassName
{
border-color: #294C0E;
}
</style>