Shades of Seaweed #2E421E
Tints of Seaweed #2E421E
RGB
CMYK
RGB Variations
Color information
#2E421E (or 0x2E421E) is known color: Seaweed. HEX triplet: 2E, 42 and 1E. RGB value is (46,66,30). Sum of RGB (Red+Green+Blue) = 46+66+30=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #2E421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E421E is #D1BDE1. Grayscale: #383838. Windows color (decimal): -13745634 or 1983022. OLE color: 1983022.
HSL color Cylindrical-coordinate representation of color #2E421E: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E421E is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 30 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.74 |
| HSL | 93.33º | 0.38% | 0.19% | - |
| HSV(B) | 93.33º | 0.55% | 0.26% | - |
| XYZ | 3.31 | 4.57 | 1.94 | - |
| YUV | 55.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 30 | 0.30 | 0 | 0.55 | 0.74 | 93.33 | 0.38 | 0.19 |
| Hex | 2E | 42 | 1E | 1E | 0 | 37 | 4A | 5D | 26 | 13 |
| Octal | 56 | 102 | 36 | 36 | 0 | 67 | 112 | 135 | 46 | 23 |
| Binary | 101110 | 1000010 | 11110 | 11110 | 0 | 110111 | 1001010 | 1011101 | 100110 | 10011 |
Color Harmonies of #2E421E
Complementary color
Monochromatic Colors of #2E421E
Black with #2E421E
Text Example
Text Example
White with #2E421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E421E; }
p { color: rgb(46,66,30); }
H1.HeaderClassName
{
color: #2E421E;
}
.AnyTagClassName
{
color: #2E421E;
}
</style>
background-color css
<style>
a { background-color: #2E421E; }
a { background-color: rgb(46,66,30); }
div.DivClassName
{
background-color: #2E421E;
}
.BgClassName
{
background-color: #2E421E;
}
</style>
border-color css
<style>
span { border-color: #2E421E; }
span { border-color: rgb(46,66,30); }
td.TdClassName
{
border-color: #2E421E;
}
.TagClassName
{
border-color: #2E421E;
}
</style>