Html Css Color HEX #2E3529 Black Forest

📋 copy color: '#2E3529'

red 46 ◦ green 53 ◦ blue 41

#2E3529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #2E3529

Tints of Black Forest #2E3529

RGB

 RED value IS 46 (18.36% from 255) = 32.86%

 GREEN value IS 53 (21.09% from 255) = 37.86%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 32.86%
G = 37.86%
B = 29.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#2E3529 (or 0x2E3529) is known color: Black Forest. HEX triplet: 2E, 35 and 29. RGB value is (46,53,41). Sum of RGB (Red+Green+Blue) = 46+53+41=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3529 is #D1CAD6. Grayscale: #313131. Windows color (decimal): -13748951 or 2700590. OLE color: 2700590.

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

Color convert

RGB 46 53 41 -
CMYK 0.13 0 0.23 0.79
HSL 95º 0.13% 0.18% -
HSV(B) 95º 0.23% 0.21% -
XYZ 2.8 3.29 2.58 -
YUV 49.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 46 53 41 0.13 0 0.23 0.79 95 0.13 0.18
Hex 2E 35 29 D 0 17 4F 5F D 12
Octal 56 65 51 15 0 27 117 137 15 22
Binary 101110 110101 101001 1101 0 10111 1001111 1011111 1101 10010

Color Harmonies of #2E3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3529

Black with #2E3529

Text Example


Text Example

White with #2E3529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3529;
 }
 .AnyTagClassName
 {
   color: #2E3529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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