#294016

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

Shades of Black Forest #294016

Tints of Black Forest #294016

Color information

#294016 (or 0x294016) is unknown color: approx Black Forest. HEX triplet: 29, 40 and 16. RGB value is (41,64,22). Sum of RGB (Red+Green+Blue) = 41+64+22=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #294016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294016 is #D6BFE9. Grayscale: #343434. Windows color (decimal): -14073834 or 1458217. OLE color: 1458217.

HSL color Cylindrical-coordinate representation of color #294016: hue angle of 92.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294016 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB416422-
CMYK0.3600.660.75
HSL92.86º48.84%16.86%-
HSV(B)92.86º65.62%25.1%-
XYZ2.894.21.42-
YUV52.34110.88119.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=32.28%
G=50.39%
B=17.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164220.3600.660.7592.8648.8416.86
Hex294016240424B5d3111
Octal51100264401021131356121
Binary101001100000010110100100010000101001011101110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294016; }

 p { color: rgb(41,64,22); }

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

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

 a { background-color: rgb(41,64,22); }

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

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

 span { border-color: rgb(41,64,22); }

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