#2E3922

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

Shades of Black Forest #2E3922

Tints of Black Forest #2E3922

Color information

#2E3922 (or 0x2E3922) is unknown color: approx Black Forest. HEX triplet: 2E, 39 and 22. RGB value is (46,57,34). Sum of RGB (Red+Green+Blue) = 46+57+34=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3922 is #D1C6DD. Grayscale: #333333. Windows color (decimal): -13747934 or 2242862. OLE color: 2242862.

HSL color Cylindrical-coordinate representation of color #2E3922: hue angle of 88.7º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E3922 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB465734-
CMYK0.1900.400.78
HSL88.7º25.27%17.84%-
HSV(B)88.7º40.35%22.35%-
XYZ2.883.622.06-
YUV51.09118.36124.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=33.58%
G=41.61%
B=24.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4657340.1900.400.7888.725.2717.84
Hex2E3922130284E591912
Octal567142230501161313122
Binary101110111001100010100110101000100111010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,34); }

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

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

 a { background-color: rgb(46,57,34); }

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

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

 span { border-color: rgb(46,57,34); }

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