#2D431D

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

Shades of Black Forest #2D431D

Tints of Black Forest #2D431D

Color information

#2D431D (or 0x2D431D) is unknown color: approx Black Forest. HEX triplet: 2D, 43 and 1D. RGB value is (45,67,29). Sum of RGB (Red+Green+Blue) = 45+67+29=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #2D431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D431D is #D2BCE2. Grayscale: #383838. Windows color (decimal): -13810915 or 1917741. OLE color: 1917741.

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

Color convert

RGB456729-
CMYK0.3300.570.74
HSL94.74º39.58%18.82%-
HSV(B)94.74º56.72%26.27%-
XYZ3.314.661.89-
YUV56.09112.71120.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.91%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=31.91%
G=47.52%
B=20.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567290.3300.570.7494.7439.5818.82
Hex2D431D210394A5f2813
Octal5510335410711121375023
Binary10110110000111110110000101110011001010101111110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,67,29); }

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

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

 a { background-color: rgb(45,67,29); }

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

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

 span { border-color: rgb(45,67,29); }

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