Shades of Seaweed #2C4716
Tints of Seaweed #2C4716
RGB
CMYK
RGB Variations
Color information
#2C4716 (or 0x2C4716) is known color: Seaweed. HEX triplet: 2C, 47 and 16. RGB value is (44,71,22). Sum of RGB (Red+Green+Blue) = 44+71+22=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4716 is #D3B8E9. Grayscale: #393939. Windows color (decimal): -13875434 or 1460012. OLE color: 1460012.
HSL color Cylindrical-coordinate representation of color #2C4716: hue angle of 93.06º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C4716 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 22 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.72 |
| HSL | 93.06º | 0.53% | 0.18% | - |
| HSV(B) | 93.06º | 0.69% | 0.28% | - |
| XYZ | 3.44 | 5.1 | 1.56 | - |
| YUV | 57.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 22 | 0.38 | 0 | 0.69 | 0.72 | 93.06 | 0.53 | 0.18 |
| Hex | 2C | 47 | 16 | 26 | 0 | 45 | 48 | 5D | 35 | 12 |
| Octal | 54 | 107 | 26 | 46 | 0 | 105 | 110 | 135 | 65 | 22 |
| Binary | 101100 | 1000111 | 10110 | 100110 | 0 | 1000101 | 1001000 | 1011101 | 110101 | 10010 |
Color Harmonies of #2C4716
Complementary color
Monochromatic Colors of #2C4716
Black with #2C4716
Text Example
Text Example
White with #2C4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4716; }
p { color: rgb(44,71,22); }
H1.HeaderClassName
{
color: #2C4716;
}
.AnyTagClassName
{
color: #2C4716;
}
</style>
background-color css
<style>
a { background-color: #2C4716; }
a { background-color: rgb(44,71,22); }
div.DivClassName
{
background-color: #2C4716;
}
.BgClassName
{
background-color: #2C4716;
}
</style>
border-color css
<style>
span { border-color: #2C4716; }
span { border-color: rgb(44,71,22); }
td.TdClassName
{
border-color: #2C4716;
}
.TagClassName
{
border-color: #2C4716;
}
</style>