Shades of Seaweed #294C10
Tints of Seaweed #294C10
RGB
CMYK
RGB Variations
Color information
#294C10 (or 0x294C10) is known color: Seaweed. HEX triplet: 29, 4C and 10. RGB value is (41,76,16). Sum of RGB (Red+Green+Blue) = 41+76+16=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #294C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C10 is #D6B3EF. Grayscale: #3A3A3A. Windows color (decimal): -14070768 or 1068073. OLE color: 1068073.
HSL color Cylindrical-coordinate representation of color #294C10: hue angle of 95º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294C10 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 16 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.70 |
| HSL | 95º | 0.65% | 0.18% | - |
| HSV(B) | 95º | 0.79% | 0.3% | - |
| XYZ | 3.59 | 5.68 | 1.4 | - |
| YUV | 58.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 16 | 0.46 | 0 | 0.79 | 0.70 | 95 | 0.65 | 0.18 |
| Hex | 29 | 4C | 10 | 2E | 0 | 4F | 46 | 5F | 41 | 12 |
| Octal | 51 | 114 | 20 | 56 | 0 | 117 | 106 | 137 | 101 | 22 |
| Binary | 101001 | 1001100 | 10000 | 101110 | 0 | 1001111 | 1000110 | 1011111 | 1000001 | 10010 |
Color Harmonies of #294C10
Complementary color
Monochromatic Colors of #294C10
Black with #294C10
Text Example
Text Example
White with #294C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C10; }
p { color: rgb(41,76,16); }
H1.HeaderClassName
{
color: #294C10;
}
.AnyTagClassName
{
color: #294C10;
}
</style>
background-color css
<style>
a { background-color: #294C10; }
a { background-color: rgb(41,76,16); }
div.DivClassName
{
background-color: #294C10;
}
.BgClassName
{
background-color: #294C10;
}
</style>
border-color css
<style>
span { border-color: #294C10; }
span { border-color: rgb(41,76,16); }
td.TdClassName
{
border-color: #294C10;
}
.TagClassName
{
border-color: #294C10;
}
</style>