Html Css Color HEX #2E3D21 Black Forest

📋 copy color: '#2E3D21'

red 46 ◦ green 61 ◦ blue 33

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

Shades of Black Forest #2E3D21

Tints of Black Forest #2E3D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.57%

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 32.86%
G = 43.57%
B = 23.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#2E3D21 (or 0x2E3D21) is known color: Black Forest. HEX triplet: 2E, 3D and 21. RGB value is (46,61,33). Sum of RGB (Red+Green+Blue) = 46+61+33=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D21 is #D1C2DE. Grayscale: #353535. Windows color (decimal): -13746911 or 2178350. OLE color: 2178350.

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

Color convert

RGB 46 61 33 -
CMYK 0.25 0 0.46 0.76
HSL 92.14º 0.3% 0.18% -
HSV(B) 92.14º 0.46% 0.24% -
XYZ 3.07 4.03 2.05 -
YUV 53.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 46 61 33 0.25 0 0.46 0.76 92.14 0.3 0.18
Hex 2E 3D 21 19 0 2E 4C 5C 1E 12
Octal 56 75 41 31 0 56 114 134 36 22
Binary 101110 111101 100001 11001 0 101110 1001100 1011100 11110 10010

Color Harmonies of #2E3D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D21

Black with #2E3D21

Text Example


Text Example

White with #2E3D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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