#2D3129

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

Shades of Black Forest #2D3129

Tints of Black Forest #2D3129

Color information

#2D3129 (or 0x2D3129) is unknown color: approx Black Forest. HEX triplet: 2D, 31 and 29. RGB value is (45,49,41). Sum of RGB (Red+Green+Blue) = 45+49+41=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3129 is #D2CED6. Grayscale: #2E2E2E. Windows color (decimal): -13815511 or 2699565. OLE color: 2699565.

HSL color Cylindrical-coordinate representation of color #2D3129: hue angle of 90º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2D3129 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB454941-
CMYK0.0800.160.81
HSL90º8.89%17.65%-
HSV(B)90º16.33%19.22%-
XYZ2.582.912.52-
YUV46.89124.67126.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=33.33%
G=36.30%
B=30.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4549410.0800.160.81908.8917.65
Hex2D31298010515a912
Octal556151100201211321122
Binary101101110001101001100001000010100011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,41); }

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

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

 a { background-color: rgb(45,49,41); }

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

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

 span { border-color: rgb(45,49,41); }

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