#2A4313

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

Shades of Black Forest #2A4313

Tints of Black Forest #2A4313

Color information

#2A4313 (or 0x2A4313) is unknown color: approx Black Forest. HEX triplet: 2A, 43 and 13. RGB value is (42,67,19). Sum of RGB (Red+Green+Blue) = 42+67+19=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4313 is #D5BCEC. Grayscale: #363636. Windows color (decimal): -14007533 or 1262378. OLE color: 1262378.

HSL color Cylindrical-coordinate representation of color #2A4313: hue angle of 91.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4313 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB426719-
CMYK0.3700.720.74
HSL91.25º55.81%16.86%-
HSV(B)91.25º71.64%26.27%-
XYZ3.084.551.33-
YUV54.05108.22119.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.81%
GREEN value IS 67 (26.56% from 255) = 52.34%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=32.81%
G=52.34%
B=14.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4267190.3700.720.7491.2555.8116.86
Hex2A4313250484A5b3811
Octal52103234501101121337021
Binary101010100001110011100101010010001001010101101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,19); }

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

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

 a { background-color: rgb(42,67,19); }

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

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

 span { border-color: rgb(42,67,19); }

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