Shades of Seaweed #2C520E
Tints of Seaweed #2C520E
RGB
CMYK
RGB Variations
Color information
#2C520E (or 0x2C520E) is known color: Seaweed. HEX triplet: 2C, 52 and 0E. RGB value is (44,82,14). Sum of RGB (Red+Green+Blue) = 44+82+14=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #2C520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C520E is #D3ADF1. Grayscale: #3F3F3F. Windows color (decimal): -13872626 or 938540. OLE color: 938540.
HSL color Cylindrical-coordinate representation of color #2C520E: hue angle of 93.53º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C520E is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 14 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.68 |
| HSL | 93.53º | 0.71% | 0.19% | - |
| HSV(B) | 93.53º | 0.83% | 0.32% | - |
| XYZ | 4.14 | 6.6 | 1.47 | - |
| YUV | 62.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 14 | 0.46 | 0 | 0.83 | 0.68 | 93.53 | 0.71 | 0.19 |
| Hex | 2C | 52 | E | 2E | 0 | 53 | 44 | 5E | 47 | 13 |
| Octal | 54 | 122 | 16 | 56 | 0 | 123 | 104 | 136 | 107 | 23 |
| Binary | 101100 | 1010010 | 1110 | 101110 | 0 | 1010011 | 1000100 | 1011110 | 1000111 | 10011 |
Color Harmonies of #2C520E
Complementary color
Monochromatic Colors of #2C520E
Black with #2C520E
Text Example
Text Example
White with #2C520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C520E; }
p { color: rgb(44,82,14); }
H1.HeaderClassName
{
color: #2C520E;
}
.AnyTagClassName
{
color: #2C520E;
}
</style>
background-color css
<style>
a { background-color: #2C520E; }
a { background-color: rgb(44,82,14); }
div.DivClassName
{
background-color: #2C520E;
}
.BgClassName
{
background-color: #2C520E;
}
</style>
border-color css
<style>
span { border-color: #2C520E; }
span { border-color: rgb(44,82,14); }
td.TdClassName
{
border-color: #2C520E;
}
.TagClassName
{
border-color: #2C520E;
}
</style>