Shades of Seaweed #2C4414
Tints of Seaweed #2C4414
RGB
CMYK
RGB Variations
Color information
#2C4414 (or 0x2C4414) is known color: Seaweed. HEX triplet: 2C, 44 and 14. RGB value is (44,68,20). Sum of RGB (Red+Green+Blue) = 44+68+20=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4414 is #D3BBEB. Grayscale: #373737. Windows color (decimal): -13876204 or 1328172. OLE color: 1328172.
HSL color Cylindrical-coordinate representation of color #2C4414: hue angle of 90º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4414 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 68 | 20 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.73 |
| HSL | 90º | 0.55% | 0.17% | - |
| HSV(B) | 90º | 0.71% | 0.27% | - |
| XYZ | 3.23 | 4.72 | 1.4 | - |
| YUV | 55.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 20 | 0.35 | 0 | 0.71 | 0.73 | 90 | 0.55 | 0.17 |
| Hex | 2C | 44 | 14 | 23 | 0 | 47 | 49 | 5A | 37 | 11 |
| Octal | 54 | 104 | 24 | 43 | 0 | 107 | 111 | 132 | 67 | 21 |
| Binary | 101100 | 1000100 | 10100 | 100011 | 0 | 1000111 | 1001001 | 1011010 | 110111 | 10001 |
Color Harmonies of #2C4414
Complementary color
Monochromatic Colors of #2C4414
Black with #2C4414
Text Example
Text Example
White with #2C4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4414; }
p { color: rgb(44,68,20); }
H1.HeaderClassName
{
color: #2C4414;
}
.AnyTagClassName
{
color: #2C4414;
}
</style>
background-color css
<style>
a { background-color: #2C4414; }
a { background-color: rgb(44,68,20); }
div.DivClassName
{
background-color: #2C4414;
}
.BgClassName
{
background-color: #2C4414;
}
</style>
border-color css
<style>
span { border-color: #2C4414; }
span { border-color: rgb(44,68,20); }
td.TdClassName
{
border-color: #2C4414;
}
.TagClassName
{
border-color: #2C4414;
}
</style>