#294012

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

Shades of Pine Tree #294012

Tints of Pine Tree #294012

Color information

#294012 (or 0x294012) is unknown color: approx Pine Tree. HEX triplet: 29, 40 and 12. RGB value is (41,64,18). Sum of RGB (Red+Green+Blue) = 41+64+18=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #294012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294012 is #D6BFED. Grayscale: #343434. Windows color (decimal): -14073838 or 1196073. OLE color: 1196073.

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

Color convert

RGB416418-
CMYK0.3600.720.75
HSL90º56.1%16.08%-
HSV(B)90º71.88%25.1%-
XYZ2.864.181.23-
YUV51.88108.88120.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 52.03%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=33.33%
G=52.03%
B=14.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164180.3600.720.759056.116.08
Hex294012240484B5a3810
Octal51100224401101131327020
Binary101001100000010010100100010010001001011101101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294012; }

 p { color: rgb(41,64,18); }

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

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

 a { background-color: rgb(41,64,18); }

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

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

 span { border-color: rgb(41,64,18); }

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