Shades of Seaweed #2C4615
Tints of Seaweed #2C4615
RGB
CMYK
RGB Variations
Color information
#2C4615 (or 0x2C4615) is known color: Seaweed. HEX triplet: 2C, 46 and 15. RGB value is (44,70,21). Sum of RGB (Red+Green+Blue) = 44+70+21=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4615 is #D3B9EA. Grayscale: #383838. Windows color (decimal): -13875691 or 1394220. OLE color: 1394220.
HSL color Cylindrical-coordinate representation of color #2C4615: hue angle of 91.84º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C4615 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 70 | 21 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.73 |
| HSL | 91.84º | 0.54% | 0.18% | - |
| HSV(B) | 91.84º | 0.7% | 0.27% | - |
| XYZ | 3.36 | 4.97 | 1.49 | - |
| YUV | 56.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 21 | 0.37 | 0 | 0.70 | 0.73 | 91.84 | 0.54 | 0.18 |
| Hex | 2C | 46 | 15 | 25 | 0 | 46 | 49 | 5C | 36 | 12 |
| Octal | 54 | 106 | 25 | 45 | 0 | 106 | 111 | 134 | 66 | 22 |
| Binary | 101100 | 1000110 | 10101 | 100101 | 0 | 1000110 | 1001001 | 1011100 | 110110 | 10010 |
Color Harmonies of #2C4615
Complementary color
Monochromatic Colors of #2C4615
Black with #2C4615
Text Example
Text Example
White with #2C4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4615; }
p { color: rgb(44,70,21); }
H1.HeaderClassName
{
color: #2C4615;
}
.AnyTagClassName
{
color: #2C4615;
}
</style>
background-color css
<style>
a { background-color: #2C4615; }
a { background-color: rgb(44,70,21); }
div.DivClassName
{
background-color: #2C4615;
}
.BgClassName
{
background-color: #2C4615;
}
</style>
border-color css
<style>
span { border-color: #2C4615; }
span { border-color: rgb(44,70,21); }
td.TdClassName
{
border-color: #2C4615;
}
.TagClassName
{
border-color: #2C4615;
}
</style>