#2E3228

Color #2E3228 Marshland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marshland #2E3228

Tints of Marshland #2E3228

Color information

#2E3228 (or 0x2E3228) is unknown color: approx 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

RGB465040-
CMYK0.0800.200.80
HSL84º11.11%17.65%-
HSV(B)84º20%19.61%-
XYZ2.653.022.45-
YUV47.66123.67126.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 33.82%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=33.82%
G=36.76%
B=29.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650400.0800.200.808411.1117.65
Hex2E322880145054b12
Octal566250100241201241322
Binary101110110010101000100001010010100001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>