Shades of Marshland #2E3129
Tints of Marshland #2E3129
RGB
CMYK
RGB Variations
Color information
#2E3129 (or 0x2E3129) is known color: Marshland. HEX triplet: 2E, 31 and 29. RGB value is (46,49,41). Sum of RGB (Red+Green+Blue) = 46+49+41=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3129 is #D1CED6. Grayscale: #2F2F2F. Windows color (decimal): -13749975 or 2699566. OLE color: 2699566.
HSL color Cylindrical-coordinate representation of color #2E3129: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2E3129 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 41 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.81 |
| HSL | 82.5º | 0.09% | 0.18% | - |
| HSV(B) | 82.5º | 0.16% | 0.19% | - |
| XYZ | 2.63 | 2.94 | 2.53 | - |
| YUV | 47.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 41 | 0.06 | 0 | 0.16 | 0.81 | 82.5 | 0.09 | 0.18 |
| Hex | 2E | 31 | 29 | 6 | 0 | 10 | 51 | 52 | 9 | 12 |
| Octal | 56 | 61 | 51 | 6 | 0 | 20 | 121 | 122 | 11 | 22 |
| Binary | 101110 | 110001 | 101001 | 110 | 0 | 10000 | 1010001 | 1010010 | 1001 | 10010 |
Color Harmonies of #2E3129
Complementary color
Monochromatic Colors of #2E3129
Black with #2E3129
Text Example
Text Example
White with #2E3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3129; }
p { color: rgb(46,49,41); }
H1.HeaderClassName
{
color: #2E3129;
}
.AnyTagClassName
{
color: #2E3129;
}
</style>
background-color css
<style>
a { background-color: #2E3129; }
a { background-color: rgb(46,49,41); }
div.DivClassName
{
background-color: #2E3129;
}
.BgClassName
{
background-color: #2E3129;
}
</style>
border-color css
<style>
span { border-color: #2E3129; }
span { border-color: rgb(46,49,41); }
td.TdClassName
{
border-color: #2E3129;
}
.TagClassName
{
border-color: #2E3129;
}
</style>