#294711

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

Shades of Black Forest #294711

Tints of Black Forest #294711

Color information

#294711 (or 0x294711) is unknown color: approx Black Forest. HEX triplet: 29, 47 and 11. RGB value is (41,71,17). Sum of RGB (Red+Green+Blue) = 41+71+17=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #294711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294711 is #D6B8EE. Grayscale: #383838. Windows color (decimal): -14072047 or 1132329. OLE color: 1132329.

HSL color Cylindrical-coordinate representation of color #294711: hue angle of 93.33º degrees, saturation: 0.61, 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 #294711 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB417117-
CMYK0.4200.760.72
HSL93.33º61.36%17.25%-
HSV(B)93.33º76.06%27.84%-
XYZ3.275.021.33-
YUV55.87106.06117.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=31.78%
G=55.04%
B=13.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171170.4200.760.7293.3361.3617.25
Hex2947112A04C485d3d11
Octal51107215201141101357521
Binary101001100011110001101010010011001001000101110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294711; }

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

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

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

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

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

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

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

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