#294216

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

Shades of Black Forest #294216

Tints of Black Forest #294216

Color information

#294216 (or 0x294216) is unknown color: approx Black Forest. HEX triplet: 29, 42 and 16. RGB value is (41,66,22). Sum of RGB (Red+Green+Blue) = 41+66+22=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #294216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294216 is #D6BDE9. Grayscale: #353535. Windows color (decimal): -14073322 or 1458729. OLE color: 1458729.

HSL color Cylindrical-coordinate representation of color #294216: hue angle of 94.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294216 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB416622-
CMYK0.3800.670.74
HSL94.09º50%17.25%-
HSV(B)94.09º66.67%25.88%-
XYZ3.014.431.45-
YUV53.51110.22119.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=31.78%
G=51.16%
B=17.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166220.3800.670.7494.095017.25
Hex294216260434A5e3211
Octal51102264601031121366221
Binary101001100001010110100110010000111001010101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294216; }

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

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

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

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

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

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

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

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