Shades of Seaweed #2C4713
Tints of Seaweed #2C4713
RGB
CMYK
RGB Variations
Color information
#2C4713 (or 0x2C4713) is known color: Seaweed. HEX triplet: 2C, 47 and 13. RGB value is (44,71,19). Sum of RGB (Red+Green+Blue) = 44+71+19=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4713 is #D3B8EC. Grayscale: #393939. Windows color (decimal): -13875437 or 1263404. OLE color: 1263404.
HSL color Cylindrical-coordinate representation of color #2C4713: hue angle of 91.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4713 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 19 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.72 |
| HSL | 91.15º | 0.58% | 0.18% | - |
| HSV(B) | 91.15º | 0.73% | 0.28% | - |
| XYZ | 3.41 | 5.09 | 1.42 | - |
| YUV | 57 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 19 | 0.38 | 0 | 0.73 | 0.72 | 91.15 | 0.58 | 0.18 |
| Hex | 2C | 47 | 13 | 26 | 0 | 49 | 48 | 5B | 3A | 12 |
| Octal | 54 | 107 | 23 | 46 | 0 | 111 | 110 | 133 | 72 | 22 |
| Binary | 101100 | 1000111 | 10011 | 100110 | 0 | 1001001 | 1001000 | 1011011 | 111010 | 10010 |
Color Harmonies of #2C4713
Complementary color
Monochromatic Colors of #2C4713
Black with #2C4713
Text Example
Text Example
White with #2C4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4713; }
p { color: rgb(44,71,19); }
H1.HeaderClassName
{
color: #2C4713;
}
.AnyTagClassName
{
color: #2C4713;
}
</style>
background-color css
<style>
a { background-color: #2C4713; }
a { background-color: rgb(44,71,19); }
div.DivClassName
{
background-color: #2C4713;
}
.BgClassName
{
background-color: #2C4713;
}
</style>
border-color css
<style>
span { border-color: #2C4713; }
span { border-color: rgb(44,71,19); }
td.TdClassName
{
border-color: #2C4713;
}
.TagClassName
{
border-color: #2C4713;
}
</style>