#294010

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

Shades of Pine Tree #294010

Tints of Pine Tree #294010

Color information

#294010 (or 0x294010) is unknown color: approx Pine Tree. HEX triplet: 29, 40 and 10. RGB value is (41,64,16). Sum of RGB (Red+Green+Blue) = 41+64+16=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #294010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294010 is #D6BFEF. Grayscale: #333333. Windows color (decimal): -14073840 or 1065001. OLE color: 1065001.

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

Color convert

RGB416416-
CMYK0.3600.750.75
HSL88.75º60%15.69%-
HSV(B)88.75º75%25.1%-
XYZ2.844.181.15-
YUV51.65107.88120.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=33.88%
G=52.89%
B=13.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164160.3600.750.7588.756015.69
Hex2940102404B4B593c10
Octal51100204401131131317420
Binary101001100000010000100100010010111001011101100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294010; }

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

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

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

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

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

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

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

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