#294112

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

Shades of Pine Tree #294112

Tints of Pine Tree #294112

Color information

#294112 (or 0x294112) is unknown color: approx Pine Tree. HEX triplet: 29, 41 and 12. RGB value is (41,65,18). Sum of RGB (Red+Green+Blue) = 41+65+18=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #294112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294112 is #D6BEED. Grayscale: #343434. Windows color (decimal): -14073582 or 1196329. OLE color: 1196329.

HSL color Cylindrical-coordinate representation of color #294112: hue angle of 90.64º degrees, saturation: 0.57, 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 #294112 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB416518-
CMYK0.3700.720.75
HSL90.64º56.63%16.27%-
HSV(B)90.64º72.31%25.49%-
XYZ2.914.31.25-
YUV52.47108.55119.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=33.06%
G=52.42%
B=14.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165180.3700.720.7590.6456.6316.27
Hex294112250484B5b3910
Octal51101224501101131337120
Binary101001100000110010100101010010001001011101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294112; }

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

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

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

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

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

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

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

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