Shades of Seaweed #2C4316
Tints of Seaweed #2C4316
RGB
CMYK
RGB Variations
Color information
#2C4316 (or 0x2C4316) is known color: Seaweed. HEX triplet: 2C, 43 and 16. RGB value is (44,67,22). Sum of RGB (Red+Green+Blue) = 44+67+22=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4316 is #D3BCE9. Grayscale: #373737. Windows color (decimal): -13876458 or 1458988. OLE color: 1458988.
HSL color Cylindrical-coordinate representation of color #2C4316: hue angle of 90.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C4316 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 22 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.74 |
| HSL | 90.67º | 0.51% | 0.17% | - |
| HSV(B) | 90.67º | 0.67% | 0.26% | - |
| XYZ | 3.19 | 4.61 | 1.48 | - |
| YUV | 54.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 22 | 0.34 | 0 | 0.67 | 0.74 | 90.67 | 0.51 | 0.17 |
| Hex | 2C | 43 | 16 | 22 | 0 | 43 | 4A | 5B | 33 | 11 |
| Octal | 54 | 103 | 26 | 42 | 0 | 103 | 112 | 133 | 63 | 21 |
| Binary | 101100 | 1000011 | 10110 | 100010 | 0 | 1000011 | 1001010 | 1011011 | 110011 | 10001 |
Color Harmonies of #2C4316
Complementary color
Monochromatic Colors of #2C4316
Black with #2C4316
Text Example
Text Example
White with #2C4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4316; }
p { color: rgb(44,67,22); }
H1.HeaderClassName
{
color: #2C4316;
}
.AnyTagClassName
{
color: #2C4316;
}
</style>
background-color css
<style>
a { background-color: #2C4316; }
a { background-color: rgb(44,67,22); }
div.DivClassName
{
background-color: #2C4316;
}
.BgClassName
{
background-color: #2C4316;
}
</style>
border-color css
<style>
span { border-color: #2C4316; }
span { border-color: rgb(44,67,22); }
td.TdClassName
{
border-color: #2C4316;
}
.TagClassName
{
border-color: #2C4316;
}
</style>