#2E3227

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

Shades of Marshland #2E3227

Tints of Marshland #2E3227

Color information

#2E3227 (or 0x2E3227) is unknown color: approx Marshland. HEX triplet: 2E, 32 and 27. RGB value is (46,50,39). Sum of RGB (Red+Green+Blue) = 46+50+39=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3227 is #D1CDD8. Grayscale: #2F2F2F. Windows color (decimal): -13749721 or 2568750. OLE color: 2568750.

HSL color Cylindrical-coordinate representation of color #2E3227: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E3227 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB465039-
CMYK0.0800.220.80
HSL81.82º12.36%17.45%-
HSV(B)81.82º22%19.61%-
XYZ2.633.012.36-
YUV47.55123.17126.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 39 (15.62% from 255) = 28.89%
R=34.07%
G=37.04%
B=28.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650390.0800.220.8081.8212.3617.45
Hex2E322780165052c11
Octal566247100261201221421
Binary101110110010100111100001011010100001010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3227; }

 p { color: rgb(46,50,39); }

 H1.HeaderClassName
 {
   color: #2E3227;
 }
 .AnyTagClassName
 {
   color: #2E3227;
 }
</style>
background-color css

<style>
 a { background-color: #2E3227; }

 a { background-color: rgb(46,50,39); }

 div.DivClassName
 {
   background-color: #2E3227;
 }
 .BgClassName
 {
   background-color: #2E3227;
 }
</style>
border-color css

<style>
 span { border-color: #2E3227; }

 span { border-color: rgb(46,50,39); }

 td.TdClassName
 {
   border-color: #2E3227;
 }
 .TagClassName
 {
   border-color: #2E3227;
 }
</style>