#294019

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

Shades of Black Forest #294019

Tints of Black Forest #294019

Color information

#294019 (or 0x294019) is unknown color: approx Black Forest. HEX triplet: 29, 40 and 19. RGB value is (41,64,25). Sum of RGB (Red+Green+Blue) = 41+64+25=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #294019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294019 is #D6BFE6. Grayscale: #343434. Windows color (decimal): -14073831 or 1654825. OLE color: 1654825.

HSL color Cylindrical-coordinate representation of color #294019: hue angle of 95.38º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294019 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB416425-
CMYK0.3600.610.75
HSL95.38º43.82%17.45%-
HSV(B)95.38º60.94%25.1%-
XYZ2.924.211.58-
YUV52.68112.38119.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=31.54%
G=49.23%
B=19.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164250.3600.610.7595.3843.8217.45
Hex2940192403D4B5f2c11
Octal5110031440751131375421
Binary10100110000001100110010001111011001011101111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294019; }

 p { color: rgb(41,64,25); }

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

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

 a { background-color: rgb(41,64,25); }

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

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

 span { border-color: rgb(41,64,25); }

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