#294418

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

Shades of Black Forest #294418

Tints of Black Forest #294418

Color information

#294418 (or 0x294418) is unknown color: approx Black Forest. HEX triplet: 29, 44 and 18. RGB value is (41,68,24). Sum of RGB (Red+Green+Blue) = 41+68+24=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #294418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294418 is #D6BBE7. Grayscale: #373737. Windows color (decimal): -14072808 or 1590313. OLE color: 1590313.

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

Color convert

RGB416824-
CMYK0.4000.650.73
HSL96.82º47.83%18.04%-
HSV(B)96.82º64.71%26.67%-
XYZ3.154.671.6-
YUV54.91110.55118.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=30.83%
G=51.13%
B=18.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168240.4000.650.7396.8247.8318.04
Hex2944182804149613012
Octal51104305001011111416022
Binary101001100010011000101000010000011001001110000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294418; }

 p { color: rgb(41,68,24); }

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

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

 a { background-color: rgb(41,68,24); }

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

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

 span { border-color: rgb(41,68,24); }

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