#294811

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

Shades of Black Forest #294811

Tints of Black Forest #294811

Color information

#294811 (or 0x294811) is unknown color: approx Black Forest. HEX triplet: 29, 48 and 11. RGB value is (41,72,17). Sum of RGB (Red+Green+Blue) = 41+72+17=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #294811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294811 is #D6B7EE. Grayscale: #383838. Windows color (decimal): -14071791 or 1132585. OLE color: 1132585.

HSL color Cylindrical-coordinate representation of color #294811: hue angle of 93.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294811 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB417217-
CMYK0.4300.760.72
HSL93.82º61.8%17.45%-
HSV(B)93.82º76.39%28.24%-
XYZ3.335.151.35-
YUV56.46105.73116.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=31.54%
G=55.38%
B=13.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172170.4300.760.7293.8261.817.45
Hex2948112B04C485e3e11
Octal51110215301141101367621
Binary101001100100010001101011010011001001000101111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294811; }

 p { color: rgb(41,72,17); }

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

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

 a { background-color: rgb(41,72,17); }

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

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

 span { border-color: rgb(41,72,17); }

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