Shades of Seaweed #2E401B
Tints of Seaweed #2E401B
RGB
CMYK
RGB Variations
Color information
#2E401B (or 0x2E401B) is known color: Seaweed. HEX triplet: 2E, 40 and 1B. RGB value is (46,64,27). Sum of RGB (Red+Green+Blue) = 46+64+27=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #2E401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E401B is #D1BFE4. Grayscale: #363636. Windows color (decimal): -13746149 or 1785902. OLE color: 1785902.
HSL color Cylindrical-coordinate representation of color #2E401B: hue angle of 89.19º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E401B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 27 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.75 |
| HSL | 89.19º | 0.41% | 0.18% | - |
| HSV(B) | 89.19º | 0.58% | 0.25% | - |
| XYZ | 3.16 | 4.33 | 1.71 | - |
| YUV | 54.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 27 | 0.28 | 0 | 0.58 | 0.75 | 89.19 | 0.41 | 0.18 |
| Hex | 2E | 40 | 1B | 1C | 0 | 3A | 4B | 59 | 29 | 12 |
| Octal | 56 | 100 | 33 | 34 | 0 | 72 | 113 | 131 | 51 | 22 |
| Binary | 101110 | 1000000 | 11011 | 11100 | 0 | 111010 | 1001011 | 1011001 | 101001 | 10010 |
Color Harmonies of #2E401B
Complementary color
Monochromatic Colors of #2E401B
Black with #2E401B
Text Example
Text Example
White with #2E401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E401B; }
p { color: rgb(46,64,27); }
H1.HeaderClassName
{
color: #2E401B;
}
.AnyTagClassName
{
color: #2E401B;
}
</style>
background-color css
<style>
a { background-color: #2E401B; }
a { background-color: rgb(46,64,27); }
div.DivClassName
{
background-color: #2E401B;
}
.BgClassName
{
background-color: #2E401B;
}
</style>
border-color css
<style>
span { border-color: #2E401B; }
span { border-color: rgb(46,64,27); }
td.TdClassName
{
border-color: #2E401B;
}
.TagClassName
{
border-color: #2E401B;
}
</style>