Shades of Seaweed #2E441C
Tints of Seaweed #2E441C
RGB
CMYK
RGB Variations
Color information
#2E441C (or 0x2E441C) is known color: Seaweed. HEX triplet: 2E, 44 and 1C. RGB value is (46,68,28). Sum of RGB (Red+Green+Blue) = 46+68+28=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #2E441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E441C is #D1BBE3. Grayscale: #383838. Windows color (decimal): -13745124 or 1852462. OLE color: 1852462.
HSL color Cylindrical-coordinate representation of color #2E441C: hue angle of 93º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E441C is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 28 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.73 |
| HSL | 93º | 0.42% | 0.19% | - |
| HSV(B) | 93º | 0.59% | 0.27% | - |
| XYZ | 3.4 | 4.8 | 1.85 | - |
| YUV | 56.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 28 | 0.32 | 0 | 0.59 | 0.73 | 93 | 0.42 | 0.19 |
| Hex | 2E | 44 | 1C | 20 | 0 | 3B | 49 | 5D | 2A | 13 |
| Octal | 56 | 104 | 34 | 40 | 0 | 73 | 111 | 135 | 52 | 23 |
| Binary | 101110 | 1000100 | 11100 | 100000 | 0 | 111011 | 1001001 | 1011101 | 101010 | 10011 |
Color Harmonies of #2E441C
Complementary color
Monochromatic Colors of #2E441C
Black with #2E441C
Text Example
Text Example
White with #2E441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E441C; }
p { color: rgb(46,68,28); }
H1.HeaderClassName
{
color: #2E441C;
}
.AnyTagClassName
{
color: #2E441C;
}
</style>
background-color css
<style>
a { background-color: #2E441C; }
a { background-color: rgb(46,68,28); }
div.DivClassName
{
background-color: #2E441C;
}
.BgClassName
{
background-color: #2E441C;
}
</style>
border-color css
<style>
span { border-color: #2E441C; }
span { border-color: rgb(46,68,28); }
td.TdClassName
{
border-color: #2E441C;
}
.TagClassName
{
border-color: #2E441C;
}
</style>