Shades of Seaweed #2E401A
Tints of Seaweed #2E401A
RGB
CMYK
RGB Variations
Color information
#2E401A (or 0x2E401A) is known color: Seaweed. HEX triplet: 2E, 40 and 1A. RGB value is (46,64,26). Sum of RGB (Red+Green+Blue) = 46+64+26=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #2E401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E401A is #D1BFE5. Grayscale: #363636. Windows color (decimal): -13746150 or 1720366. OLE color: 1720366.
HSL color Cylindrical-coordinate representation of color #2E401A: hue angle of 88.42º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E401A is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 26 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.75 |
| HSL | 88.42º | 0.42% | 0.18% | - |
| HSV(B) | 88.42º | 0.59% | 0.25% | - |
| XYZ | 3.15 | 4.32 | 1.65 | - |
| YUV | 54.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 26 | 0.28 | 0 | 0.59 | 0.75 | 88.42 | 0.42 | 0.18 |
| Hex | 2E | 40 | 1A | 1C | 0 | 3B | 4B | 58 | 2A | 12 |
| Octal | 56 | 100 | 32 | 34 | 0 | 73 | 113 | 130 | 52 | 22 |
| Binary | 101110 | 1000000 | 11010 | 11100 | 0 | 111011 | 1001011 | 1011000 | 101010 | 10010 |
Color Harmonies of #2E401A
Complementary color
Monochromatic Colors of #2E401A
Black with #2E401A
Text Example
Text Example
White with #2E401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E401A; }
p { color: rgb(46,64,26); }
H1.HeaderClassName
{
color: #2E401A;
}
.AnyTagClassName
{
color: #2E401A;
}
</style>
background-color css
<style>
a { background-color: #2E401A; }
a { background-color: rgb(46,64,26); }
div.DivClassName
{
background-color: #2E401A;
}
.BgClassName
{
background-color: #2E401A;
}
</style>
border-color css
<style>
span { border-color: #2E401A; }
span { border-color: rgb(46,64,26); }
td.TdClassName
{
border-color: #2E401A;
}
.TagClassName
{
border-color: #2E401A;
}
</style>