#294518

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

Shades of Black Forest #294518

Tints of Black Forest #294518

Color information

#294518 (or 0x294518) is unknown color: approx Black Forest. HEX triplet: 29, 45 and 18. RGB value is (41,69,24). Sum of RGB (Red+Green+Blue) = 41+69+24=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #294518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294518 is #D6BAE7. Grayscale: #373737. Windows color (decimal): -14072552 or 1590569. OLE color: 1590569.

HSL color Cylindrical-coordinate representation of color #294518: hue angle of 97.33º 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 #294518 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB416924-
CMYK0.4100.650.73
HSL97.33º48.39%18.24%-
HSV(B)97.33º65.22%27.06%-
XYZ3.214.791.62-
YUV55.5110.22117.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=30.60%
G=51.49%
B=17.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169240.4100.650.7397.3348.3918.24
Hex2945182904149613012
Octal51105305101011111416022
Binary101001100010111000101001010000011001001110000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294518; }

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

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

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

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

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

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

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

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