#2E3824

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

Shades of Black Forest #2E3824

Tints of Black Forest #2E3824

Color information

#2E3824 (or 0x2E3824) is unknown color: approx Black Forest. HEX triplet: 2E, 38 and 24. RGB value is (46,56,36). Sum of RGB (Red+Green+Blue) = 46+56+36=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #2E3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3824 is #D1C7DB. Grayscale: #323232. Windows color (decimal): -13748188 or 2373678. OLE color: 2373678.

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

Color convert

RGB465636-
CMYK0.1800.360.78
HSL90º21.74%18.04%-
HSV(B)90º35.71%21.96%-
XYZ2.863.542.2-
YUV50.73119.69124.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=33.33%
G=40.58%
B=26.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4656360.1800.360.789021.7418.04
Hex2E3824120244E5a1612
Octal567044220441161322622
Binary101110111000100100100100100100100111010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,56,36); }

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

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

 a { background-color: rgb(46,56,36); }

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

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

 span { border-color: rgb(46,56,36); }

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