#2D401A

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

Shades of Black Forest #2D401A

Tints of Black Forest #2D401A

Color information

#2D401A (or 0x2D401A) is unknown color: approx Black Forest. HEX triplet: 2D, 40 and 1A. RGB value is (45,64,26). Sum of RGB (Red+Green+Blue) = 45+64+26=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #2D401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D401A is #D2BFE5. Grayscale: #363636. Windows color (decimal): -13811686 or 1720365. OLE color: 1720365.

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

Color convert

RGB456426-
CMYK0.3000.590.75
HSL90º42.22%17.65%-
HSV(B)90º59.38%25.1%-
XYZ3.14.31.64-
YUV53.99112.21121.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=33.33%
G=47.41%
B=19.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564260.3000.590.759042.2217.65
Hex2D401A1E03B4B5a2a12
Octal5510032360731131325222
Binary1011011000000110101111001110111001011101101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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