Shades of Seaweed #2C520F
Tints of Seaweed #2C520F
RGB
CMYK
RGB Variations
Color information
#2C520F (or 0x2C520F) is known color: Seaweed. HEX triplet: 2C, 52 and 0F. RGB value is (44,82,15). Sum of RGB (Red+Green+Blue) = 44+82+15=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #2C520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C520F is #D3ADF0. Grayscale: #3F3F3F. Windows color (decimal): -13872625 or 1004076. OLE color: 1004076.
HSL color Cylindrical-coordinate representation of color #2C520F: hue angle of 94.03º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C520F is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 15 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.68 |
| HSL | 94.03º | 0.69% | 0.19% | - |
| HSV(B) | 94.03º | 0.82% | 0.32% | - |
| XYZ | 4.14 | 6.6 | 1.51 | - |
| YUV | 63 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 15 | 0.46 | 0 | 0.82 | 0.68 | 94.03 | 0.69 | 0.19 |
| Hex | 2C | 52 | F | 2E | 0 | 52 | 44 | 5E | 45 | 13 |
| Octal | 54 | 122 | 17 | 56 | 0 | 122 | 104 | 136 | 105 | 23 |
| Binary | 101100 | 1010010 | 1111 | 101110 | 0 | 1010010 | 1000100 | 1011110 | 1000101 | 10011 |
Color Harmonies of #2C520F
Complementary color
Monochromatic Colors of #2C520F
Black with #2C520F
Text Example
Text Example
White with #2C520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C520F; }
p { color: rgb(44,82,15); }
H1.HeaderClassName
{
color: #2C520F;
}
.AnyTagClassName
{
color: #2C520F;
}
</style>
background-color css
<style>
a { background-color: #2C520F; }
a { background-color: rgb(44,82,15); }
div.DivClassName
{
background-color: #2C520F;
}
.BgClassName
{
background-color: #2C520F;
}
</style>
border-color css
<style>
span { border-color: #2C520F; }
span { border-color: rgb(44,82,15); }
td.TdClassName
{
border-color: #2C520F;
}
.TagClassName
{
border-color: #2C520F;
}
</style>