#2A4614

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

Shades of Black Forest #2A4614

Tints of Black Forest #2A4614

Color information

#2A4614 (or 0x2A4614) is unknown color: approx Black Forest. HEX triplet: 2A, 46 and 14. RGB value is (42,70,20). Sum of RGB (Red+Green+Blue) = 42+70+20=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4614 is #D5B9EB. Grayscale: #383838. Windows color (decimal): -14006764 or 1328682. OLE color: 1328682.

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

Color convert

RGB427020-
CMYK0.4000.710.73
HSL93.6º55.56%17.65%-
HSV(B)93.6º71.43%27.45%-
XYZ3.274.921.44-
YUV55.93107.72118.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=31.82%
G=53.03%
B=15.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4270200.4000.710.7393.655.5617.65
Hex2A461428047495e3812
Octal52106245001071111367022
Binary101010100011010100101000010001111001001101111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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