Shades of Seaweed #2C4418
Tints of Seaweed #2C4418
RGB
CMYK
RGB Variations
Color information
#2C4418 (or 0x2C4418) is known color: Seaweed. HEX triplet: 2C, 44 and 18. RGB value is (44,68,24). Sum of RGB (Red+Green+Blue) = 44+68+24=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4418 is #D3BBE7. Grayscale: #373737. Windows color (decimal): -13876200 or 1590316. OLE color: 1590316.
HSL color Cylindrical-coordinate representation of color #2C4418: hue angle of 92.73º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C4418 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 68 | 24 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.73 |
| HSL | 92.73º | 0.48% | 0.18% | - |
| HSV(B) | 92.73º | 0.65% | 0.27% | - |
| XYZ | 3.27 | 4.74 | 1.61 | - |
| YUV | 55.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 24 | 0.35 | 0 | 0.65 | 0.73 | 92.73 | 0.48 | 0.18 |
| Hex | 2C | 44 | 18 | 23 | 0 | 41 | 49 | 5D | 30 | 12 |
| Octal | 54 | 104 | 30 | 43 | 0 | 101 | 111 | 135 | 60 | 22 |
| Binary | 101100 | 1000100 | 11000 | 100011 | 0 | 1000001 | 1001001 | 1011101 | 110000 | 10010 |
Color Harmonies of #2C4418
Complementary color
Monochromatic Colors of #2C4418
Black with #2C4418
Text Example
Text Example
White with #2C4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4418; }
p { color: rgb(44,68,24); }
H1.HeaderClassName
{
color: #2C4418;
}
.AnyTagClassName
{
color: #2C4418;
}
</style>
background-color css
<style>
a { background-color: #2C4418; }
a { background-color: rgb(44,68,24); }
div.DivClassName
{
background-color: #2C4418;
}
.BgClassName
{
background-color: #2C4418;
}
</style>
border-color css
<style>
span { border-color: #2C4418; }
span { border-color: rgb(44,68,24); }
td.TdClassName
{
border-color: #2C4418;
}
.TagClassName
{
border-color: #2C4418;
}
</style>