#29311C

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

Shades of Pine Tree #29311C

Tints of Pine Tree #29311C

Color information

#29311C (or 0x29311C) is unknown color: approx Pine Tree. HEX triplet: 29, 31 and 1C. RGB value is (41,49,28). Sum of RGB (Red+Green+Blue) = 41+49+28=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #29311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311C is #D6CEE3. Grayscale: #2C2C2C. Windows color (decimal): -14077668 or 1847593. OLE color: 1847593.

HSL color Cylindrical-coordinate representation of color #29311C: hue angle of 82.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29311C is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB414928-
CMYK0.1600.430.81
HSL82.86º27.27%15.1%-
HSV(B)82.86º42.86%19.22%-
XYZ2.222.751.51-
YUV44.21118.85125.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=34.75%
G=41.53%
B=23.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149280.1600.430.8182.8627.2715.1
Hex29311C1002B51531bf
Octal516134200531211233317
Binary1010011100011110010000010101110100011010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29311C; }

 p { color: rgb(41,49,28); }

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

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

 a { background-color: rgb(41,49,28); }

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

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

 span { border-color: rgb(41,49,28); }

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