Shades of Seaweed #2C5210
Tints of Seaweed #2C5210
RGB
CMYK
RGB Variations
Color information
#2C5210 (or 0x2C5210) is known color: Seaweed. HEX triplet: 2C, 52 and 10. RGB value is (44,82,16). Sum of RGB (Red+Green+Blue) = 44+82+16=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #2C5210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5210 is #D3ADEF. Grayscale: #3F3F3F. Windows color (decimal): -13872624 or 1069612. OLE color: 1069612.
HSL color Cylindrical-coordinate representation of color #2C5210: hue angle of 94.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C5210 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 16 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.68 |
| HSL | 94.55º | 0.67% | 0.19% | - |
| HSV(B) | 94.55º | 0.8% | 0.32% | - |
| XYZ | 4.15 | 6.61 | 1.55 | - |
| YUV | 63.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 16 | 0.46 | 0 | 0.80 | 0.68 | 94.55 | 0.67 | 0.19 |
| Hex | 2C | 52 | 10 | 2E | 0 | 50 | 44 | 5F | 43 | 13 |
| Octal | 54 | 122 | 20 | 56 | 0 | 120 | 104 | 137 | 103 | 23 |
| Binary | 101100 | 1010010 | 10000 | 101110 | 0 | 1010000 | 1000100 | 1011111 | 1000011 | 10011 |
Color Harmonies of #2C5210
Complementary color
Monochromatic Colors of #2C5210
Black with #2C5210
Text Example
Text Example
White with #2C5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5210; }
p { color: rgb(44,82,16); }
H1.HeaderClassName
{
color: #2C5210;
}
.AnyTagClassName
{
color: #2C5210;
}
</style>
background-color css
<style>
a { background-color: #2C5210; }
a { background-color: rgb(44,82,16); }
div.DivClassName
{
background-color: #2C5210;
}
.BgClassName
{
background-color: #2C5210;
}
</style>
border-color css
<style>
span { border-color: #2C5210; }
span { border-color: rgb(44,82,16); }
td.TdClassName
{
border-color: #2C5210;
}
.TagClassName
{
border-color: #2C5210;
}
</style>