#294611

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

Shades of Black Forest #294611

Tints of Black Forest #294611

Color information

#294611 (or 0x294611) is unknown color: approx Black Forest. HEX triplet: 29, 46 and 11. RGB value is (41,70,17). Sum of RGB (Red+Green+Blue) = 41+70+17=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #294611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294611 is #D6B9EE. Grayscale: #373737. Windows color (decimal): -14072303 or 1132073. OLE color: 1132073.

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

Color convert

RGB417017-
CMYK0.4100.760.73
HSL92.83º60.92%17.06%-
HSV(B)92.83º75.71%27.45%-
XYZ3.214.891.31-
YUV55.29106.39117.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=32.03%
G=54.69%
B=13.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170170.4100.760.7392.8360.9217.06
Hex2946112904C495d3d11
Octal51106215101141111357521
Binary101001100011010001101001010011001001001101110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294611; }

 p { color: rgb(41,70,17); }

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

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

 a { background-color: rgb(41,70,17); }

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

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

 span { border-color: rgb(41,70,17); }

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