Shades of Seaweed #2C5909
Tints of Seaweed #2C5909
RGB
CMYK
RGB Variations
Color information
#2C5909 (or 0x2C5909) is known color: Seaweed. HEX triplet: 2C, 59 and 09. RGB value is (44,89,9). Sum of RGB (Red+Green+Blue) = 44+89+9=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5909 is #D3A6F6. Grayscale: #424242. Windows color (decimal): -13870839 or 612652. OLE color: 612652.
HSL color Cylindrical-coordinate representation of color #2C5909: hue angle of 93.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C5909 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 9 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.65 |
| HSL | 93.75º | 0.82% | 0.19% | - |
| HSV(B) | 93.75º | 0.9% | 0.35% | - |
| XYZ | 4.66 | 7.7 | 1.5 | - |
| YUV | 66.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 9 | 0.51 | 0 | 0.90 | 0.65 | 93.75 | 0.82 | 0.19 |
| Hex | 2C | 59 | 9 | 33 | 0 | 5A | 41 | 5E | 52 | 13 |
| Octal | 54 | 131 | 11 | 63 | 0 | 132 | 101 | 136 | 122 | 23 |
| Binary | 101100 | 1011001 | 1001 | 110011 | 0 | 1011010 | 1000001 | 1011110 | 1010010 | 10011 |
Color Harmonies of #2C5909
Complementary color
Monochromatic Colors of #2C5909
Black with #2C5909
Text Example
Text Example
White with #2C5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5909; }
p { color: rgb(44,89,9); }
H1.HeaderClassName
{
color: #2C5909;
}
.AnyTagClassName
{
color: #2C5909;
}
</style>
background-color css
<style>
a { background-color: #2C5909; }
a { background-color: rgb(44,89,9); }
div.DivClassName
{
background-color: #2C5909;
}
.BgClassName
{
background-color: #2C5909;
}
</style>
border-color css
<style>
span { border-color: #2C5909; }
span { border-color: rgb(44,89,9); }
td.TdClassName
{
border-color: #2C5909;
}
.TagClassName
{
border-color: #2C5909;
}
</style>