#294116

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

Shades of Black Forest #294116

Tints of Black Forest #294116

Color information

#294116 (or 0x294116) is unknown color: approx Black Forest. HEX triplet: 29, 41 and 16. RGB value is (41,65,22). Sum of RGB (Red+Green+Blue) = 41+65+22=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #294116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294116 is #D6BEE9. Grayscale: #353535. Windows color (decimal): -14073578 or 1458473. OLE color: 1458473.

HSL color Cylindrical-coordinate representation of color #294116: hue angle of 93.49º 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 #294116 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB416522-
CMYK0.3700.660.75
HSL93.49º49.43%17.06%-
HSV(B)93.49º66.15%25.49%-
XYZ2.954.311.44-
YUV52.92110.55119.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=32.03%
G=50.78%
B=17.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165220.3700.660.7593.4949.4317.06
Hex294116250424B5d3111
Octal51101264501021131356121
Binary101001100000110110100101010000101001011101110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294116; }

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

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

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

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

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

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

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

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