#294310

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

Shades of Pine Tree #294310

Tints of Pine Tree #294310

Color information

#294310 (or 0x294310) is unknown color: approx Pine Tree. HEX triplet: 29, 43 and 10. RGB value is (41,67,16). Sum of RGB (Red+Green+Blue) = 41+67+16=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #294310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294310 is #D6BCEF. Grayscale: #353535. Windows color (decimal): -14073072 or 1065769. OLE color: 1065769.

HSL color Cylindrical-coordinate representation of color #294310: hue angle of 90.59º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294310 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB416716-
CMYK0.3900.760.74
HSL90.59º61.45%16.27%-
HSV(B)90.59º76.12%26.27%-
XYZ3.024.521.2-
YUV53.41106.89119.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=33.06%
G=54.03%
B=12.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167160.3900.760.7490.5961.4516.27
Hex2943102704C4A5b3d10
Octal51103204701141121337520
Binary101001100001110000100111010011001001010101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294310; }

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

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

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

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

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

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

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

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