#2A3921

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

Shades of Black Forest #2A3921

Tints of Black Forest #2A3921

Color information

#2A3921 (or 0x2A3921) is unknown color: approx Black Forest. HEX triplet: 2A, 39 and 21. RGB value is (42,57,33). Sum of RGB (Red+Green+Blue) = 42+57+33=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3921 is #D5C6DE. Grayscale: #313131. Windows color (decimal): -14010079 or 2177322. OLE color: 2177322.

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

Color convert

RGB425733-
CMYK0.2600.420.78
HSL97.5º26.67%17.65%-
HSV(B)97.5º42.11%22.35%-
XYZ2.693.531.98-
YUV49.78118.53122.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 33 (13.28% from 255) = 25%
R=31.82%
G=43.18%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257330.2600.420.7897.526.6717.65
Hex2A39211A02A4E621b12
Octal527141320521161423322
Binary101010111001100001110100101010100111011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,33); }

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

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

 a { background-color: rgb(42,57,33); }

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

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

 span { border-color: rgb(42,57,33); }

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