#2D401E

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

Shades of Black Forest #2D401E

Tints of Black Forest #2D401E

Color information

#2D401E (or 0x2D401E) is unknown color: approx Black Forest. HEX triplet: 2D, 40 and 1E. RGB value is (45,64,30). Sum of RGB (Red+Green+Blue) = 45+64+30=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #2D401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D401E is #D2BFE1. Grayscale: #363636. Windows color (decimal): -13811682 or 1982509. OLE color: 1982509.

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

Color convert

RGB456430-
CMYK0.3000.530.75
HSL93.53º36.17%18.43%-
HSV(B)93.53º53.12%25.1%-
XYZ3.154.321.9-
YUV54.44114.21121.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=32.37%
G=46.04%
B=21.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564300.3000.530.7593.5336.1718.43
Hex2D401E1E0354B5e2412
Octal5510036360651131364422
Binary1011011000000111101111001101011001011101111010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,30); }

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

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

 a { background-color: rgb(45,64,30); }

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

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

 span { border-color: rgb(45,64,30); }

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