#2E4023

Color #2E4023 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #2E4023

Tints of Black Forest #2E4023

Color information

#2E4023 (or 0x2E4023) is unknown color: approx Black Forest. HEX triplet: 2E, 40 and 23. RGB value is (46,64,35). Sum of RGB (Red+Green+Blue) = 46+64+35=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4023 is #D1BFDC. Grayscale: #373737. Windows color (decimal): -13746141 or 2310190. OLE color: 2310190.

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

Color convert

RGB466435-
CMYK0.2800.450.75
HSL97.24º29.29%19.41%-
HSV(B)97.24º45.31%25.1%-
XYZ3.264.372.26-
YUV55.31116.54121.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=31.72%
G=44.14%
B=24.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664350.2800.450.7597.2429.2919.41
Hex2E40231C02D4B611d13
Octal5610043340551131413523
Binary1011101000000100011111000101101100101111000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4023;
 }
 .AnyTagClassName
 {
   color: #2E4023;
 }
</style>
background-color css

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

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

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

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

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

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