#2E3C21

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

Shades of Black Forest #2E3C21

Tints of Black Forest #2E3C21

Color information

#2E3C21 (or 0x2E3C21) is unknown color: approx Black Forest. HEX triplet: 2E, 3C and 21. RGB value is (46,60,33). Sum of RGB (Red+Green+Blue) = 46+60+33=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C21 is #D1C3DE. Grayscale: #343434. Windows color (decimal): -13747167 or 2178094. OLE color: 2178094.

HSL color Cylindrical-coordinate representation of color #2E3C21: hue angle of 91.11º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E3C21 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB466033-
CMYK0.2300.450.76
HSL91.11º29.03%18.24%-
HSV(B)91.11º45%23.53%-
XYZ3.023.922.04-
YUV52.74116.86123.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=33.09%
G=43.17%
B=23.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4660330.2300.450.7691.1129.0318.24
Hex2E3C211702D4C5b1d12
Octal567441270551141333522
Binary101110111100100001101110101101100110010110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,60,33); }

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

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

 a { background-color: rgb(46,60,33); }

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

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

 span { border-color: rgb(46,60,33); }

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