Shades of Seaweed #2E4416
Tints of Seaweed #2E4416
RGB
CMYK
RGB Variations
Color information
#2E4416 (or 0x2E4416) is known color: Seaweed. HEX triplet: 2E, 44 and 16. RGB value is (46,68,22). Sum of RGB (Red+Green+Blue) = 46+68+22=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4416 is #D1BBE9. Grayscale: #383838. Windows color (decimal): -13745130 or 1459246. OLE color: 1459246.
HSL color Cylindrical-coordinate representation of color #2E4416: hue angle of 88.7º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E4416 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 22 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.73 |
| HSL | 88.7º | 0.51% | 0.18% | - |
| HSV(B) | 88.7º | 0.68% | 0.27% | - |
| XYZ | 3.34 | 4.77 | 1.5 | - |
| YUV | 56.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 22 | 0.32 | 0 | 0.68 | 0.73 | 88.7 | 0.51 | 0.18 |
| Hex | 2E | 44 | 16 | 20 | 0 | 44 | 49 | 59 | 33 | 12 |
| Octal | 56 | 104 | 26 | 40 | 0 | 104 | 111 | 131 | 63 | 22 |
| Binary | 101110 | 1000100 | 10110 | 100000 | 0 | 1000100 | 1001001 | 1011001 | 110011 | 10010 |
Color Harmonies of #2E4416
Complementary color
Monochromatic Colors of #2E4416
Black with #2E4416
Text Example
Text Example
White with #2E4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4416; }
p { color: rgb(46,68,22); }
H1.HeaderClassName
{
color: #2E4416;
}
.AnyTagClassName
{
color: #2E4416;
}
</style>
background-color css
<style>
a { background-color: #2E4416; }
a { background-color: rgb(46,68,22); }
div.DivClassName
{
background-color: #2E4416;
}
.BgClassName
{
background-color: #2E4416;
}
</style>
border-color css
<style>
span { border-color: #2E4416; }
span { border-color: rgb(46,68,22); }
td.TdClassName
{
border-color: #2E4416;
}
.TagClassName
{
border-color: #2E4416;
}
</style>