#294414

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

Shades of Black Forest #294414

Tints of Black Forest #294414

Color information

#294414 (or 0x294414) is unknown color: approx Black Forest. HEX triplet: 29, 44 and 14. RGB value is (41,68,20). Sum of RGB (Red+Green+Blue) = 41+68+20=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #294414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294414 is #D6BBEB. Grayscale: #363636. Windows color (decimal): -14072812 or 1328169. OLE color: 1328169.

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

Color convert

RGB416820-
CMYK0.4000.710.73
HSL93.75º54.55%17.25%-
HSV(B)93.75º70.59%26.67%-
XYZ3.114.661.4-
YUV54.46108.55118.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=31.78%
G=52.71%
B=15.50%

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
Decimal4168200.4000.710.7393.7554.5517.25
Hex29441428047495e3711
Octal51104245001071111366721
Binary101001100010010100101000010001111001001101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294414; }

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

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

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

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

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

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

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

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