#294510

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

Shades of Black Forest #294510

Tints of Black Forest #294510

Color information

#294510 (or 0x294510) is unknown color: approx Black Forest. HEX triplet: 29, 45 and 10. RGB value is (41,69,16). Sum of RGB (Red+Green+Blue) = 41+69+16=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #294510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294510 is #D6BAEF. Grayscale: #363636. Windows color (decimal): -14072560 or 1066281. OLE color: 1066281.

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

Color convert

RGB416916-
CMYK0.4100.770.73
HSL91.7º62.35%16.67%-
HSV(B)91.7º76.81%27.06%-
XYZ3.144.771.24-
YUV54.59106.22118.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=32.54%
G=54.76%
B=12.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169160.4100.770.7391.762.3516.67
Hex2945102904D495c3e11
Octal51105205101151111347621
Binary101001100010110000101001010011011001001101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294510; }

 p { color: rgb(41,69,16); }

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

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

 a { background-color: rgb(41,69,16); }

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

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

 span { border-color: rgb(41,69,16); }

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