#2A3025

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

Shades of Black Forest #2A3025

Tints of Black Forest #2A3025

Color information

#2A3025 (or 0x2A3025) is unknown color: approx Black Forest. HEX triplet: 2A, 30 and 25. RGB value is (42,48,37). Sum of RGB (Red+Green+Blue) = 42+48+37=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3025 is #D5CFDA. Grayscale: #2C2C2C. Windows color (decimal): -14012379 or 2437162. OLE color: 2437162.

HSL color Cylindrical-coordinate representation of color #2A3025: hue angle of 92.73º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2A3025 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB424837-
CMYK0.1300.230.81
HSL92.73º12.94%16.67%-
HSV(B)92.73º22.92%18.82%-
XYZ2.352.742.16-
YUV44.95123.51125.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=33.07%
G=37.80%
B=29.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248370.1300.230.8192.7312.9416.67
Hex2A3025D017515dd11
Octal526045150271211351521
Binary101010110000100101110101011110100011011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,37); }

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

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

 a { background-color: rgb(42,48,37); }

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

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

 span { border-color: rgb(42,48,37); }

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