#294618

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

Shades of Black Forest #294618

Tints of Black Forest #294618

Color information

#294618 (or 0x294618) is unknown color: approx Black Forest. HEX triplet: 29, 46 and 18. RGB value is (41,70,24). Sum of RGB (Red+Green+Blue) = 41+70+24=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #294618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294618 is #D6B9E7. Grayscale: #383838. Windows color (decimal): -14072296 or 1590825. OLE color: 1590825.

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

Color convert

RGB417024-
CMYK0.4100.660.73
HSL97.83º48.94%18.43%-
HSV(B)97.83º65.71%27.45%-
XYZ3.274.921.64-
YUV56.08109.89117.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=30.37%
G=51.85%
B=17.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170240.4100.660.7397.8348.9418.43
Hex2946182904249623112
Octal51106305101021111426122
Binary101001100011011000101001010000101001001110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294618; }

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

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

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

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

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

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

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

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