#2A3E1C

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

Shades of Black Forest #2A3E1C

Tints of Black Forest #2A3E1C

Color information

#2A3E1C (or 0x2A3E1C) is unknown color: approx Black Forest. HEX triplet: 2A, 3E and 1C. RGB value is (42,62,28). Sum of RGB (Red+Green+Blue) = 42+62+28=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E1C is #D5C1E3. Grayscale: #343434. Windows color (decimal): -14008804 or 1850922. OLE color: 1850922.

HSL color Cylindrical-coordinate representation of color #2A3E1C: hue angle of 95.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A3E1C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB426228-
CMYK0.3200.550.76
HSL95.29º37.78%17.65%-
HSV(B)95.29º54.84%24.31%-
XYZ2.894.021.72-
YUV52.14114.37120.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=31.82%
G=46.97%
B=21.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4262280.3200.550.7695.2937.7817.65
Hex2A3E1C200374C5f2612
Octal527634400671141374622
Binary1010101111101110010000001101111001100101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,62,28); }

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

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

 a { background-color: rgb(42,62,28); }

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

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

 span { border-color: rgb(42,62,28); }

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