Html Css Color HEX #2E4123 Black Forest

📋 copy color: '#2E4123'

red 46 ◦ green 65 ◦ blue 35

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

Shades of Black Forest #2E4123

Tints of Black Forest #2E4123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.52%

 BLUE value IS 35 (14.06% from 255) = 23.97%

R = 31.51%
G = 44.52%
B = 23.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#2E4123 (or 0x2E4123) is known color: Black Forest. HEX triplet: 2E, 41 and 23. RGB value is (46,65,35). Sum of RGB (Red+Green+Blue) = 46+65+35=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4123 is #D1BEDC. Grayscale: #383838. Windows color (decimal): -13745885 or 2310446. OLE color: 2310446.

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

Color convert

RGB 46 65 35 -
CMYK 0.29 0 0.46 0.75
HSL 98º 0.3% 0.2% -
HSV(B) 98º 0.46% 0.25% -
XYZ 3.32 4.48 2.28 -
YUV 55.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 46 65 35 0.29 0 0.46 0.75 98 0.3 0.2
Hex 2E 41 23 1D 0 2E 4B 62 1E 14
Octal 56 101 43 35 0 56 113 142 36 24
Binary 101110 1000001 100011 11101 0 101110 1001011 1100010 11110 10100

Color Harmonies of #2E4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4123

Black with #2E4123

Text Example


Text Example

White with #2E4123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,65,35); }

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

background-color css

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

 a { background-color: rgb(46,65,35); }

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

border-color css

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

 span { border-color: rgb(46,65,35); }

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