Shades of Seaweed #2E491A
Tints of Seaweed #2E491A
RGB
CMYK
RGB Variations
Color information
#2E491A (or 0x2E491A) is known color: Seaweed. HEX triplet: 2E, 49 and 1A. RGB value is (46,73,26). Sum of RGB (Red+Green+Blue) = 46+73+26=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #2E491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E491A is #D1B6E5. Grayscale: #3B3B3B. Windows color (decimal): -13743846 or 1722670. OLE color: 1722670.
HSL color Cylindrical-coordinate representation of color #2E491A: hue angle of 94.47º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E491A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 73 | 26 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.71 |
| HSL | 94.47º | 0.47% | 0.19% | - |
| HSV(B) | 94.47º | 0.64% | 0.29% | - |
| XYZ | 3.7 | 5.42 | 1.83 | - |
| YUV | 59.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 26 | 0.37 | 0 | 0.64 | 0.71 | 94.47 | 0.47 | 0.19 |
| Hex | 2E | 49 | 1A | 25 | 0 | 40 | 47 | 5E | 2F | 13 |
| Octal | 56 | 111 | 32 | 45 | 0 | 100 | 107 | 136 | 57 | 23 |
| Binary | 101110 | 1001001 | 11010 | 100101 | 0 | 1000000 | 1000111 | 1011110 | 101111 | 10011 |
Color Harmonies of #2E491A
Complementary color
Monochromatic Colors of #2E491A
Black with #2E491A
Text Example
Text Example
White with #2E491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E491A; }
p { color: rgb(46,73,26); }
H1.HeaderClassName
{
color: #2E491A;
}
.AnyTagClassName
{
color: #2E491A;
}
</style>
background-color css
<style>
a { background-color: #2E491A; }
a { background-color: rgb(46,73,26); }
div.DivClassName
{
background-color: #2E491A;
}
.BgClassName
{
background-color: #2E491A;
}
</style>
border-color css
<style>
span { border-color: #2E491A; }
span { border-color: rgb(46,73,26); }
td.TdClassName
{
border-color: #2E491A;
}
.TagClassName
{
border-color: #2E491A;
}
</style>