#294512

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

Shades of Black Forest #294512

Tints of Black Forest #294512

Color information

#294512 (or 0x294512) is unknown color: approx Black Forest. HEX triplet: 29, 45 and 12. RGB value is (41,69,18). Sum of RGB (Red+Green+Blue) = 41+69+18=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #294512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294512 is #D6BAED. Grayscale: #363636. Windows color (decimal): -14072558 or 1197353. OLE color: 1197353.

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

Color convert

RGB416918-
CMYK0.4100.740.73
HSL92.94º58.62%17.06%-
HSV(B)92.94º73.91%27.06%-
XYZ3.154.771.33-
YUV54.81107.22118.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=32.03%
G=53.91%
B=14.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169180.4100.740.7392.9458.6217.06
Hex2945122904A495d3b11
Octal51105225101121111357321
Binary101001100010110010101001010010101001001101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294512; }

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

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

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

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

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

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

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

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