Shades of Marshland #2E3327
Tints of Marshland #2E3327
RGB
CMYK
RGB Variations
Color information
#2E3327 (or 0x2E3327) is known color: Marshland. HEX triplet: 2E, 33 and 27. RGB value is (46,51,39). Sum of RGB (Red+Green+Blue) = 46+51+39=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3327 is #D1CCD8. Grayscale: #303030. Windows color (decimal): -13749465 or 2569006. OLE color: 2569006.
HSL color Cylindrical-coordinate representation of color #2E3327: hue angle of 85º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E3327 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 39 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.8 |
| HSL | 85º | 0.13% | 0.18% | - |
| HSV(B) | 85º | 0.24% | 0.2% | - |
| XYZ | 2.68 | 3.09 | 2.38 | - |
| YUV | 48.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 39 | 0.10 | 0 | 0.24 | 0.8 | 85 | 0.13 | 0.18 |
| Hex | 2E | 33 | 27 | A | 0 | 18 | 50 | 55 | D | 12 |
| Octal | 56 | 63 | 47 | 12 | 0 | 30 | 120 | 125 | 15 | 22 |
| Binary | 101110 | 110011 | 100111 | 1010 | 0 | 11000 | 1010000 | 1010101 | 1101 | 10010 |
Color Harmonies of #2E3327
Complementary color
Monochromatic Colors of #2E3327
Black with #2E3327
Text Example
Text Example
White with #2E3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3327; }
p { color: rgb(46,51,39); }
H1.HeaderClassName
{
color: #2E3327;
}
.AnyTagClassName
{
color: #2E3327;
}
</style>
background-color css
<style>
a { background-color: #2E3327; }
a { background-color: rgb(46,51,39); }
div.DivClassName
{
background-color: #2E3327;
}
.BgClassName
{
background-color: #2E3327;
}
</style>
border-color css
<style>
span { border-color: #2E3327; }
span { border-color: rgb(46,51,39); }
td.TdClassName
{
border-color: #2E3327;
}
.TagClassName
{
border-color: #2E3327;
}
</style>