Html Css Color HEX #2E3F20 Black Forest

📋 copy color: '#2E3F20'

red 46 ◦ green 63 ◦ blue 32

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

Shades of Black Forest #2E3F20

Tints of Black Forest #2E3F20

RGB

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

 GREEN value IS 63 (25% from 255) = 44.68%

 BLUE value IS 32 (12.89% from 255) = 22.7%

R = 32.62%
G = 44.68%
B = 22.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#2E3F20 (or 0x2E3F20) is known color: Black Forest. HEX triplet: 2E, 3F and 20. RGB value is (46,63,32). Sum of RGB (Red+Green+Blue) = 46+63+32=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F20 is #D1C0DF. Grayscale: #363636. Windows color (decimal): -13746400 or 2113326. OLE color: 2113326.

HSL color Cylindrical-coordinate representation of color #2E3F20: hue angle of 92.9º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E3F20 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 63 32 -
CMYK 0.27 0 0.49 0.75
HSL 92.9º 0.33% 0.19% -
HSV(B) 92.9º 0.49% 0.25% -
XYZ 3.16 4.24 2.02 -
YUV 54.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 46 63 32 0.27 0 0.49 0.75 92.9 0.33 0.19
Hex 2E 3F 20 1B 0 31 4B 5D 21 13
Octal 56 77 40 33 0 61 113 135 41 23
Binary 101110 111111 100000 11011 0 110001 1001011 1011101 100001 10011

Color Harmonies of #2E3F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F20

Black with #2E3F20

Text Example


Text Example

White with #2E3F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,32); }

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

background-color css

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

 a { background-color: rgb(46,63,32); }

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

border-color css

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

 span { border-color: rgb(46,63,32); }

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