Html Css Color HEX #2E421F Black Forest

📋 copy color: '#2E421F'

red 46 ◦ green 66 ◦ blue 31

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

Shades of Black Forest #2E421F

Tints of Black Forest #2E421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.15%

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

R = 32.17%
G = 46.15%
B = 21.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#2E421F (or 0x2E421F) is known color: Black Forest. HEX triplet: 2E, 42 and 1F. RGB value is (46,66,31). Sum of RGB (Red+Green+Blue) = 46+66+31=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #2E421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E421F is #D1BDE0. Grayscale: #383838. Windows color (decimal): -13745633 or 2048558. OLE color: 2048558.

HSL color Cylindrical-coordinate representation of color #2E421F: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E421F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 66 31 -
CMYK 0.30 0 0.53 0.74
HSL 94.29º 0.36% 0.19% -
HSV(B) 94.29º 0.53% 0.26% -
XYZ 3.32 4.58 2 -
YUV 56.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 46 66 31 0.30 0 0.53 0.74 94.29 0.36 0.19
Hex 2E 42 1F 1E 0 35 4A 5E 24 13
Octal 56 102 37 36 0 65 112 136 44 23
Binary 101110 1000010 11111 11110 0 110101 1001010 1011110 100100 10011

Color Harmonies of #2E421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E421F

Black with #2E421F

Text Example


Text Example

White with #2E421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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