#294616

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

Shades of Black Forest #294616

Tints of Black Forest #294616

Color information

#294616 (or 0x294616) is unknown color: approx Black Forest. HEX triplet: 29, 46 and 16. RGB value is (41,70,22). Sum of RGB (Red+Green+Blue) = 41+70+22=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #294616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294616 is #D6B9E9. Grayscale: #383838. Windows color (decimal): -14072298 or 1459753. OLE color: 1459753.

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

Color convert

RGB417022-
CMYK0.4100.690.73
HSL96.25º52.17%18.04%-
HSV(B)96.25º68.57%27.45%-
XYZ3.254.911.54-
YUV55.86108.89117.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=30.83%
G=52.63%
B=16.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170220.4100.690.7396.2552.1718.04
Hex2946162904549603412
Octal51106265101051111406422
Binary101001100011010110101001010001011001001110000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294616; }

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

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

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

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

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

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

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

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