#293314

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

Shades of Pine Tree #293314

Tints of Pine Tree #293314

Color information

#293314 (or 0x293314) is unknown color: approx Pine Tree. HEX triplet: 29, 33 and 14. RGB value is (41,51,20). Sum of RGB (Red+Green+Blue) = 41+51+20=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #293314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293314 is #D6CCEB. Grayscale: #2C2C2C. Windows color (decimal): -14077164 or 1323817. OLE color: 1323817.

HSL color Cylindrical-coordinate representation of color #293314: hue angle of 79.35º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293314 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB415120-
CMYK0.2000.610.8
HSL79.35º43.66%13.92%-
HSV(B)79.35º60.78%20%-
XYZ2.222.891.1-
YUV44.48114.19125.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=36.61%
G=45.54%
B=17.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151200.2000.610.879.3543.6613.92
Hex2933141403D504f2ce
Octal516324240751201175416
Binary10100111001110100101000111101101000010011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293314; }

 p { color: rgb(41,51,20); }

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

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

 a { background-color: rgb(41,51,20); }

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

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

 span { border-color: rgb(41,51,20); }

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