Shades of Seaweed #2C5010
Tints of Seaweed #2C5010
RGB
CMYK
RGB Variations
Color information
#2C5010 (or 0x2C5010) is known color: Seaweed. HEX triplet: 2C, 50 and 10. RGB value is (44,80,16). Sum of RGB (Red+Green+Blue) = 44+80+16=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5010 is #D3AFEF. Grayscale: #3E3E3E. Windows color (decimal): -13873136 or 1069100. OLE color: 1069100.
HSL color Cylindrical-coordinate representation of color #2C5010: hue angle of 93.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C5010 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 16 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.69 |
| HSL | 93.75º | 0.67% | 0.19% | - |
| HSV(B) | 93.75º | 0.8% | 0.31% | - |
| XYZ | 4 | 6.31 | 1.5 | - |
| YUV | 61.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 16 | 0.45 | 0 | 0.80 | 0.69 | 93.75 | 0.67 | 0.19 |
| Hex | 2C | 50 | 10 | 2D | 0 | 50 | 45 | 5E | 43 | 13 |
| Octal | 54 | 120 | 20 | 55 | 0 | 120 | 105 | 136 | 103 | 23 |
| Binary | 101100 | 1010000 | 10000 | 101101 | 0 | 1010000 | 1000101 | 1011110 | 1000011 | 10011 |
Color Harmonies of #2C5010
Complementary color
Monochromatic Colors of #2C5010
Black with #2C5010
Text Example
Text Example
White with #2C5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5010; }
p { color: rgb(44,80,16); }
H1.HeaderClassName
{
color: #2C5010;
}
.AnyTagClassName
{
color: #2C5010;
}
</style>
background-color css
<style>
a { background-color: #2C5010; }
a { background-color: rgb(44,80,16); }
div.DivClassName
{
background-color: #2C5010;
}
.BgClassName
{
background-color: #2C5010;
}
</style>
border-color css
<style>
span { border-color: #2C5010; }
span { border-color: rgb(44,80,16); }
td.TdClassName
{
border-color: #2C5010;
}
.TagClassName
{
border-color: #2C5010;
}
</style>