#294111

Color #294111 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #294111

Tints of Pine Tree #294111

Color information

#294111 (or 0x294111) is unknown color: approx Pine Tree. HEX triplet: 29, 41 and 11. RGB value is (41,65,17). Sum of RGB (Red+Green+Blue) = 41+65+17=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #294111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294111 is #D6BEEE. Grayscale: #343434. Windows color (decimal): -14073583 or 1130793. OLE color: 1130793.

HSL color Cylindrical-coordinate representation of color #294111: hue angle of 90º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294111 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB416517-
CMYK0.3700.740.75
HSL90º58.54%16.08%-
HSV(B)90º73.85%25.49%-
XYZ2.914.291.21-
YUV52.35108.05119.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=33.33%
G=52.85%
B=13.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165170.3700.740.759058.5416.08
Hex2941112504A4B5a3b10
Octal51101214501121131327320
Binary101001100000110001100101010010101001011101101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294111; }

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

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

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

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

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

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

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

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