#2E3429

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

Shades of Black Forest #2E3429

Tints of Black Forest #2E3429

Color information

#2E3429 (or 0x2E3429) is unknown color: approx Black Forest. HEX triplet: 2E, 34 and 29. RGB value is (46,52,41). Sum of RGB (Red+Green+Blue) = 46+52+41=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3429 is #D1CBD6. Grayscale: #303030. Windows color (decimal): -13749207 or 2700334. OLE color: 2700334.

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

Color convert

RGB465241-
CMYK0.1200.210.80
HSL92.73º11.83%18.24%-
HSV(B)92.73º21.15%20.39%-
XYZ2.753.22.57-
YUV48.95123.51125.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=33.09%
G=37.41%
B=29.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652410.1200.210.8092.7311.8318.24
Hex2E3429C015505dc12
Octal566451140251201351422
Binary101110110100101001110001010110100001011101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,41); }

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

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

 a { background-color: rgb(46,52,41); }

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

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

 span { border-color: rgb(46,52,41); }

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