Shades of Seaweed #2C590B
Tints of Seaweed #2C590B
RGB
CMYK
RGB Variations
Color information
#2C590B (or 0x2C590B) is known color: Seaweed. HEX triplet: 2C, 59 and 0B. RGB value is (44,89,11). Sum of RGB (Red+Green+Blue) = 44+89+11=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #2C590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C590B is #D3A6F4. Grayscale: #424242. Windows color (decimal): -13870837 or 743724. OLE color: 743724.
HSL color Cylindrical-coordinate representation of color #2C590B: hue angle of 94.62º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C590B is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 11 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.65 |
| HSL | 94.62º | 0.78% | 0.2% | - |
| HSV(B) | 94.62º | 0.88% | 0.35% | - |
| XYZ | 4.67 | 7.7 | 1.56 | - |
| YUV | 66.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 11 | 0.51 | 0 | 0.88 | 0.65 | 94.62 | 0.78 | 0.2 |
| Hex | 2C | 59 | B | 33 | 0 | 58 | 41 | 5F | 4E | 14 |
| Octal | 54 | 131 | 13 | 63 | 0 | 130 | 101 | 137 | 116 | 24 |
| Binary | 101100 | 1011001 | 1011 | 110011 | 0 | 1011000 | 1000001 | 1011111 | 1001110 | 10100 |
Color Harmonies of #2C590B
Complementary color
Monochromatic Colors of #2C590B
Black with #2C590B
Text Example
Text Example
White with #2C590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C590B; }
p { color: rgb(44,89,11); }
H1.HeaderClassName
{
color: #2C590B;
}
.AnyTagClassName
{
color: #2C590B;
}
</style>
background-color css
<style>
a { background-color: #2C590B; }
a { background-color: rgb(44,89,11); }
div.DivClassName
{
background-color: #2C590B;
}
.BgClassName
{
background-color: #2C590B;
}
</style>
border-color css
<style>
span { border-color: #2C590B; }
span { border-color: rgb(44,89,11); }
td.TdClassName
{
border-color: #2C590B;
}
.TagClassName
{
border-color: #2C590B;
}
</style>