#294212

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

Shades of Black Forest #294212

Tints of Black Forest #294212

Color information

#294212 (or 0x294212) is unknown color: approx Black Forest. HEX triplet: 29, 42 and 12. RGB value is (41,66,18). Sum of RGB (Red+Green+Blue) = 41+66+18=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #294212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294212 is #D6BDED. Grayscale: #353535. Windows color (decimal): -14073326 or 1196585. OLE color: 1196585.

HSL color Cylindrical-coordinate representation of color #294212: hue angle of 91.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294212 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB416618-
CMYK0.3800.730.74
HSL91.25º57.14%16.47%-
HSV(B)91.25º72.73%25.88%-
XYZ2.974.411.27-
YUV53.05108.22119.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 66 (26.17% from 255) = 52.8%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=32.8%
G=52.8%
B=14.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166180.3800.730.7491.2557.1416.47
Hex294212260494A5b3910
Octal51102224601111121337120
Binary101001100001010010100110010010011001010101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294212; }

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

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

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

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

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

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

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

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