Shades of Seaweed #2E441D
Tints of Seaweed #2E441D
RGB
CMYK
RGB Variations
Color information
#2E441D (or 0x2E441D) is known color: Seaweed. HEX triplet: 2E, 44 and 1D. RGB value is (46,68,29). Sum of RGB (Red+Green+Blue) = 46+68+29=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #2E441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E441D is #D1BBE2. Grayscale: #393939. Windows color (decimal): -13745123 or 1917998. OLE color: 1917998.
HSL color Cylindrical-coordinate representation of color #2E441D: hue angle of 93.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E441D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 29 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.73 |
| HSL | 93.85º | 0.4% | 0.19% | - |
| HSV(B) | 93.85º | 0.57% | 0.27% | - |
| XYZ | 3.42 | 4.8 | 1.91 | - |
| YUV | 56.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 29 | 0.32 | 0 | 0.57 | 0.73 | 93.85 | 0.4 | 0.19 |
| Hex | 2E | 44 | 1D | 20 | 0 | 39 | 49 | 5E | 28 | 13 |
| Octal | 56 | 104 | 35 | 40 | 0 | 71 | 111 | 136 | 50 | 23 |
| Binary | 101110 | 1000100 | 11101 | 100000 | 0 | 111001 | 1001001 | 1011110 | 101000 | 10011 |
Color Harmonies of #2E441D
Complementary color
Monochromatic Colors of #2E441D
Black with #2E441D
Text Example
Text Example
White with #2E441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E441D; }
p { color: rgb(46,68,29); }
H1.HeaderClassName
{
color: #2E441D;
}
.AnyTagClassName
{
color: #2E441D;
}
</style>
background-color css
<style>
a { background-color: #2E441D; }
a { background-color: rgb(46,68,29); }
div.DivClassName
{
background-color: #2E441D;
}
.BgClassName
{
background-color: #2E441D;
}
</style>
border-color css
<style>
span { border-color: #2E441D; }
span { border-color: rgb(46,68,29); }
td.TdClassName
{
border-color: #2E441D;
}
.TagClassName
{
border-color: #2E441D;
}
</style>