Shades of Marshland #2E3228
Tints of Marshland #2E3228
RGB
CMYK
RGB Variations
Color information
#2E3228 (or 0x2E3228) is known color: Marshland. HEX triplet: 2E, 32 and 28. RGB value is (46,50,40). Sum of RGB (Red+Green+Blue) = 46+50+40=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3228 is #D1CDD7. Grayscale: #2F2F2F. Windows color (decimal): -13749720 or 2634286. OLE color: 2634286.
HSL color Cylindrical-coordinate representation of color #2E3228: hue angle of 84º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2E3228 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 40 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.80 |
| HSL | 84º | 0.11% | 0.18% | - |
| HSV(B) | 84º | 0.2% | 0.2% | - |
| XYZ | 2.65 | 3.02 | 2.45 | - |
| YUV | 47.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 40 | 0.08 | 0 | 0.20 | 0.80 | 84 | 0.11 | 0.18 |
| Hex | 2E | 32 | 28 | 8 | 0 | 14 | 50 | 54 | B | 12 |
| Octal | 56 | 62 | 50 | 10 | 0 | 24 | 120 | 124 | 13 | 22 |
| Binary | 101110 | 110010 | 101000 | 1000 | 0 | 10100 | 1010000 | 1010100 | 1011 | 10010 |
Color Harmonies of #2E3228
Complementary color
Monochromatic Colors of #2E3228
Black with #2E3228
Text Example
Text Example
White with #2E3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3228; }
p { color: rgb(46,50,40); }
H1.HeaderClassName
{
color: #2E3228;
}
.AnyTagClassName
{
color: #2E3228;
}
</style>
background-color css
<style>
a { background-color: #2E3228; }
a { background-color: rgb(46,50,40); }
div.DivClassName
{
background-color: #2E3228;
}
.BgClassName
{
background-color: #2E3228;
}
</style>
border-color css
<style>
span { border-color: #2E3228; }
span { border-color: rgb(46,50,40); }
td.TdClassName
{
border-color: #2E3228;
}
.TagClassName
{
border-color: #2E3228;
}
</style>