#2D3A24

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

Shades of Black Forest #2D3A24

Tints of Black Forest #2D3A24

Color information

#2D3A24 (or 0x2D3A24) is unknown color: approx Black Forest. HEX triplet: 2D, 3A and 24. RGB value is (45,58,36). Sum of RGB (Red+Green+Blue) = 45+58+36=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3A24 is #D2C5DB. Grayscale: #333333. Windows color (decimal): -13813212 or 2374189. OLE color: 2374189.

HSL color Cylindrical-coordinate representation of color #2D3A24: hue angle of 95.45º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D3A24 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB455836-
CMYK0.2200.380.77
HSL95.45º23.4%18.43%-
HSV(B)95.45º37.93%22.75%-
XYZ2.913.712.23-
YUV51.6119.19123.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=32.37%
G=41.73%
B=25.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4558360.2200.380.7795.4523.418.43
Hex2D3A24160264D5f1712
Octal557244260461151372722
Binary101101111010100100101100100110100110110111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,36); }

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

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

 a { background-color: rgb(45,58,36); }

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

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

 span { border-color: rgb(45,58,36); }

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