#2D411B

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

Shades of Black Forest #2D411B

Tints of Black Forest #2D411B

Color information

#2D411B (or 0x2D411B) is unknown color: approx Black Forest. HEX triplet: 2D, 41 and 1B. RGB value is (45,65,27). Sum of RGB (Red+Green+Blue) = 45+65+27=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #2D411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D411B is #D2BEE4. Grayscale: #363636. Windows color (decimal): -13811429 or 1786157. OLE color: 1786157.

HSL color Cylindrical-coordinate representation of color #2D411B: hue angle of 91.58º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D411B is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB456527-
CMYK0.3100.580.75
HSL91.58º41.3%18.04%-
HSV(B)91.58º58.46%25.49%-
XYZ3.174.421.72-
YUV54.69112.37121.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.85%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=32.85%
G=47.45%
B=19.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565270.3100.580.7591.5841.318.04
Hex2D411B1F03A4B5c2912
Octal5510133370721131345122
Binary1011011000001110111111101110101001011101110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,27); }

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

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

 a { background-color: rgb(45,65,27); }

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

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

 span { border-color: rgb(45,65,27); }

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