#2A3F20

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

Shades of Black Forest #2A3F20

Tints of Black Forest #2A3F20

Color information

#2A3F20 (or 0x2A3F20) is unknown color: approx Black Forest. HEX triplet: 2A, 3F and 20. RGB value is (42,63,32). Sum of RGB (Red+Green+Blue) = 42+63+32=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F20 is #D5C0DF. Grayscale: #353535. Windows color (decimal): -14008544 or 2113322. OLE color: 2113322.

HSL color Cylindrical-coordinate representation of color #2A3F20: hue angle of 100.65º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3F20 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB426332-
CMYK0.3300.490.75
HSL100.65º32.63%18.63%-
HSV(B)100.65º49.21%24.71%-
XYZ2.994.152.01-
YUV53.19116.04120.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=30.66%
G=45.99%
B=23.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263320.3300.490.75100.6532.6318.63
Hex2A3F20210314B652113
Octal527740410611131454123
Binary10101011111110000010000101100011001011110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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