#294412

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

Shades of Black Forest #294412

Tints of Black Forest #294412

Color information

#294412 (or 0x294412) is unknown color: approx Black Forest. HEX triplet: 29, 44 and 12. RGB value is (41,68,18). Sum of RGB (Red+Green+Blue) = 41+68+18=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #294412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294412 is #D6BBED. Grayscale: #363636. Windows color (decimal): -14072814 or 1197097. OLE color: 1197097.

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

Color convert

RGB416818-
CMYK0.4000.740.73
HSL92.4º58.14%16.86%-
HSV(B)92.4º73.53%26.67%-
XYZ3.094.651.31-
YUV54.23107.55118.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=32.28%
G=53.54%
B=14.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168180.4000.740.7392.458.1416.86
Hex2944122804A495c3a11
Octal51104225001121111347221
Binary101001100010010010101000010010101001001101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294412; }

 p { color: rgb(41,68,18); }

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

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

 a { background-color: rgb(41,68,18); }

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

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

 span { border-color: rgb(41,68,18); }

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