Html Css Color HEX #2E3D1F Black Forest

📋 copy color: '#2E3D1F'

red 46 ◦ green 61 ◦ blue 31

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

Shades of Black Forest #2E3D1F

Tints of Black Forest #2E3D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.46%

R = 33.33%
G = 44.2%
B = 22.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#2E3D1F (or 0x2E3D1F) is known color: Black Forest. HEX triplet: 2E, 3D and 1F. RGB value is (46,61,31). Sum of RGB (Red+Green+Blue) = 46+61+31=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D1F is #D1C2E0. Grayscale: #353535. Windows color (decimal): -13746913 or 2047278. OLE color: 2047278.

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

Color convert

RGB 46 61 31 -
CMYK 0.25 0 0.49 0.76
HSL 90º 0.33% 0.18% -
HSV(B) 90º 0.49% 0.24% -
XYZ 3.04 4.02 1.91 -
YUV 53.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 46 61 31 0.25 0 0.49 0.76 90 0.33 0.18
Hex 2E 3D 1F 19 0 31 4C 5A 21 12
Octal 56 75 37 31 0 61 114 132 41 22
Binary 101110 111101 11111 11001 0 110001 1001100 1011010 100001 10010

Color Harmonies of #2E3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D1F

Black with #2E3D1F

Text Example


Text Example

White with #2E3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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