#2A3720

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

Shades of Black Forest #2A3720

Tints of Black Forest #2A3720

Color information

#2A3720 (or 0x2A3720) is unknown color: approx Black Forest. HEX triplet: 2A, 37 and 20. RGB value is (42,55,32). Sum of RGB (Red+Green+Blue) = 42+55+32=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3720 is #D5C8DF. Grayscale: #303030. Windows color (decimal): -14010592 or 2111274. OLE color: 2111274.

HSL color Cylindrical-coordinate representation of color #2A3720: hue angle of 93.91º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A3720 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB425532-
CMYK0.2400.420.78
HSL93.91º26.44%17.06%-
HSV(B)93.91º41.82%21.57%-
XYZ2.583.331.87-
YUV48.49118.69123.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=32.56%
G=42.64%
B=24.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4255320.2400.420.7893.9126.4417.06
Hex2A37201802A4E5e1a11
Octal526740300521161363221
Binary101010110111100000110000101010100111010111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,55,32); }

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

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

 a { background-color: rgb(42,55,32); }

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

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

 span { border-color: rgb(42,55,32); }

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