Shades of Seaweed #2C4712
Tints of Seaweed #2C4712
RGB
CMYK
RGB Variations
Color information
#2C4712 (or 0x2C4712) is known color: Seaweed. HEX triplet: 2C, 47 and 12. RGB value is (44,71,18). Sum of RGB (Red+Green+Blue) = 44+71+18=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4712 is #D3B8ED. Grayscale: #393939. Windows color (decimal): -13875438 or 1197868. OLE color: 1197868.
HSL color Cylindrical-coordinate representation of color #2C4712: hue angle of 90.57º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C4712 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 18 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.72 |
| HSL | 90.57º | 0.6% | 0.17% | - |
| HSV(B) | 90.57º | 0.75% | 0.28% | - |
| XYZ | 3.4 | 5.09 | 1.37 | - |
| YUV | 56.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 18 | 0.38 | 0 | 0.75 | 0.72 | 90.57 | 0.6 | 0.17 |
| Hex | 2C | 47 | 12 | 26 | 0 | 4B | 48 | 5B | 3C | 11 |
| Octal | 54 | 107 | 22 | 46 | 0 | 113 | 110 | 133 | 74 | 21 |
| Binary | 101100 | 1000111 | 10010 | 100110 | 0 | 1001011 | 1001000 | 1011011 | 111100 | 10001 |
Color Harmonies of #2C4712
Complementary color
Monochromatic Colors of #2C4712
Black with #2C4712
Text Example
Text Example
White with #2C4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4712; }
p { color: rgb(44,71,18); }
H1.HeaderClassName
{
color: #2C4712;
}
.AnyTagClassName
{
color: #2C4712;
}
</style>
background-color css
<style>
a { background-color: #2C4712; }
a { background-color: rgb(44,71,18); }
div.DivClassName
{
background-color: #2C4712;
}
.BgClassName
{
background-color: #2C4712;
}
</style>
border-color css
<style>
span { border-color: #2C4712; }
span { border-color: rgb(44,71,18); }
td.TdClassName
{
border-color: #2C4712;
}
.TagClassName
{
border-color: #2C4712;
}
</style>