#29311A

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

Shades of Pine Tree #29311A

Tints of Pine Tree #29311A

Color information

#29311A (or 0x29311A) is unknown color: approx Pine Tree. HEX triplet: 29, 31 and 1A. RGB value is (41,49,26). Sum of RGB (Red+Green+Blue) = 41+49+26=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #29311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311A is #D6CEE5. Grayscale: #2C2C2C. Windows color (decimal): -14077670 or 1716521. OLE color: 1716521.

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

Color convert

RGB414926-
CMYK0.1600.470.81
HSL80.87º30.67%14.71%-
HSV(B)80.87º46.94%19.22%-
XYZ2.22.741.39-
YUV43.99117.85125.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=35.34%
G=42.24%
B=22.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149260.1600.470.8180.8730.6714.71
Hex29311A1002F51511ff
Octal516132200571211213717
Binary1010011100011101010000010111110100011010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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