Shades of Seaweed #2C4E10
Tints of Seaweed #2C4E10
RGB
CMYK
RGB Variations
Color information
#2C4E10 (or 0x2C4E10) is known color: Seaweed. HEX triplet: 2C, 4E and 10. RGB value is (44,78,16). Sum of RGB (Red+Green+Blue) = 44+78+16=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C4E10 is #D3B1EF. Grayscale: #3C3C3C. Windows color (decimal): -13873648 or 1068588. OLE color: 1068588.
HSL color Cylindrical-coordinate representation of color #2C4E10: hue angle of 92.9º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C4E10 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 78 | 16 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.69 |
| HSL | 92.9º | 0.66% | 0.18% | - |
| HSV(B) | 92.9º | 0.79% | 0.31% | - |
| XYZ | 3.86 | 6.02 | 1.45 | - |
| YUV | 60.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 16 | 0.44 | 0 | 0.79 | 0.69 | 92.9 | 0.66 | 0.18 |
| Hex | 2C | 4E | 10 | 2C | 0 | 4F | 45 | 5D | 42 | 12 |
| Octal | 54 | 116 | 20 | 54 | 0 | 117 | 105 | 135 | 102 | 22 |
| Binary | 101100 | 1001110 | 10000 | 101100 | 0 | 1001111 | 1000101 | 1011101 | 1000010 | 10010 |
Color Harmonies of #2C4E10
Complementary color
Monochromatic Colors of #2C4E10
Black with #2C4E10
Text Example
Text Example
White with #2C4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E10; }
p { color: rgb(44,78,16); }
H1.HeaderClassName
{
color: #2C4E10;
}
.AnyTagClassName
{
color: #2C4E10;
}
</style>
background-color css
<style>
a { background-color: #2C4E10; }
a { background-color: rgb(44,78,16); }
div.DivClassName
{
background-color: #2C4E10;
}
.BgClassName
{
background-color: #2C4E10;
}
</style>
border-color css
<style>
span { border-color: #2C4E10; }
span { border-color: rgb(44,78,16); }
td.TdClassName
{
border-color: #2C4E10;
}
.TagClassName
{
border-color: #2C4E10;
}
</style>