#2E401E

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

Shades of Black Forest #2E401E

Tints of Black Forest #2E401E

Color information

#2E401E (or 0x2E401E) is unknown color: approx Black Forest. HEX triplet: 2E, 40 and 1E. RGB value is (46,64,30). Sum of RGB (Red+Green+Blue) = 46+64+30=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #2E401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E401E is #D1BFE1. Grayscale: #363636. Windows color (decimal): -13746146 or 1982510. OLE color: 1982510.

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

Color convert

RGB466430-
CMYK0.2800.530.75
HSL91.76º36.17%18.43%-
HSV(B)91.76º53.12%25.1%-
XYZ3.194.341.9-
YUV54.74114.04121.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=32.86%
G=45.71%
B=21.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664300.2800.530.7591.7636.1718.43
Hex2E401E1C0354B5c2412
Octal5610036340651131344422
Binary1011101000000111101110001101011001011101110010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,30); }

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

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

 a { background-color: rgb(46,64,30); }

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

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

 span { border-color: rgb(46,64,30); }

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