#29311B

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

Shades of Pine Tree #29311B

Tints of Pine Tree #29311B

Color information

#29311B (or 0x29311B) is unknown color: approx Pine Tree. HEX triplet: 29, 31 and 1B. RGB value is (41,49,27). Sum of RGB (Red+Green+Blue) = 41+49+27=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #29311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311B is #D6CEE4. Grayscale: #2C2C2C. Windows color (decimal): -14077669 or 1782057. OLE color: 1782057.

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

Color convert

RGB414927-
CMYK0.1600.450.81
HSL81.82º28.95%14.9%-
HSV(B)81.82º44.9%19.22%-
XYZ2.212.751.45-
YUV44.1118.35125.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=35.04%
G=41.88%
B=23.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149270.1600.450.8181.8228.9514.9
Hex29311B1002D51521df
Octal516133200551211223517
Binary1010011100011101110000010110110100011010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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