Shades of Seaweed #2E411E
Tints of Seaweed #2E411E
RGB
CMYK
RGB Variations
Color information
#2E411E (or 0x2E411E) is known color: Seaweed. HEX triplet: 2E, 41 and 1E. RGB value is (46,65,30). Sum of RGB (Red+Green+Blue) = 46+65+30=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #2E411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E411E is #D1BEE1. Grayscale: #373737. Windows color (decimal): -13745890 or 1982766. OLE color: 1982766.
HSL color Cylindrical-coordinate representation of color #2E411E: hue angle of 92.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E411E is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 30 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.75 |
| HSL | 92.57º | 0.37% | 0.19% | - |
| HSV(B) | 92.57º | 0.54% | 0.25% | - |
| XYZ | 3.25 | 4.46 | 1.92 | - |
| YUV | 55.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 30 | 0.29 | 0 | 0.54 | 0.75 | 92.57 | 0.37 | 0.19 |
| Hex | 2E | 41 | 1E | 1D | 0 | 36 | 4B | 5D | 25 | 13 |
| Octal | 56 | 101 | 36 | 35 | 0 | 66 | 113 | 135 | 45 | 23 |
| Binary | 101110 | 1000001 | 11110 | 11101 | 0 | 110110 | 1001011 | 1011101 | 100101 | 10011 |
Color Harmonies of #2E411E
Complementary color
Monochromatic Colors of #2E411E
Black with #2E411E
Text Example
Text Example
White with #2E411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E411E; }
p { color: rgb(46,65,30); }
H1.HeaderClassName
{
color: #2E411E;
}
.AnyTagClassName
{
color: #2E411E;
}
</style>
background-color css
<style>
a { background-color: #2E411E; }
a { background-color: rgb(46,65,30); }
div.DivClassName
{
background-color: #2E411E;
}
.BgClassName
{
background-color: #2E411E;
}
</style>
border-color css
<style>
span { border-color: #2E411E; }
span { border-color: rgb(46,65,30); }
td.TdClassName
{
border-color: #2E411E;
}
.TagClassName
{
border-color: #2E411E;
}
</style>