#294614

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

Shades of Black Forest #294614

Tints of Black Forest #294614

Color information

#294614 (or 0x294614) is unknown color: approx Black Forest. HEX triplet: 29, 46 and 14. RGB value is (41,70,20). Sum of RGB (Red+Green+Blue) = 41+70+20=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #294614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294614 is #D6B9EB. Grayscale: #373737. Windows color (decimal): -14072300 or 1328681. OLE color: 1328681.

HSL color Cylindrical-coordinate representation of color #294614: hue angle of 94.8º 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 #294614 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB417020-
CMYK0.4100.710.73
HSL94.8º55.56%17.65%-
HSV(B)94.8º71.43%27.45%-
XYZ3.234.91.44-
YUV55.63107.89117.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=31.30%
G=53.44%
B=15.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170200.4100.710.7394.855.5617.65
Hex29461429047495f3812
Octal51106245101071111377022
Binary101001100011010100101001010001111001001101111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294614; }

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

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

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

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

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

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

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

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