#2A4613

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

Shades of Black Forest #2A4613

Tints of Black Forest #2A4613

Color information

#2A4613 (or 0x2A4613) is unknown color: approx Black Forest. HEX triplet: 2A, 46 and 13. RGB value is (42,70,19). Sum of RGB (Red+Green+Blue) = 42+70+19=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4613 is #D5B9EC. Grayscale: #373737. Windows color (decimal): -14006765 or 1263146. OLE color: 1263146.

HSL color Cylindrical-coordinate representation of color #2A4613: hue angle of 92.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4613 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB427019-
CMYK0.4000.730.73
HSL92.94º57.3%17.45%-
HSV(B)92.94º72.86%27.45%-
XYZ3.264.921.39-
YUV55.81107.22118.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=32.06%
G=53.44%
B=14.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4270190.4000.730.7392.9457.317.45
Hex2A461328049495d3911
Octal52106235001111111357121
Binary101010100011010011101000010010011001001101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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