#2E3428

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

Shades of Black Forest #2E3428

Tints of Black Forest #2E3428

Color information

#2E3428 (or 0x2E3428) is unknown color: approx Black Forest. HEX triplet: 2E, 34 and 28. RGB value is (46,52,40). Sum of RGB (Red+Green+Blue) = 46+52+40=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3428 is #D1CBD7. Grayscale: #303030. Windows color (decimal): -13749208 or 2634798. OLE color: 2634798.

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

Color convert

RGB465240-
CMYK0.1200.230.80
HSL90º13.04%18.04%-
HSV(B)90º23.08%20.39%-
XYZ2.743.192.48-
YUV48.84123.01125.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=33.33%
G=37.68%
B=28.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652400.1200.230.809013.0418.04
Hex2E3428C017505ad12
Octal566450140271201321522
Binary101110110100101000110001011110100001011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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