#29311F

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

Shades of Pine Tree #29311F

Tints of Pine Tree #29311F

Color information

#29311F (or 0x29311F) is unknown color: approx Pine Tree. HEX triplet: 29, 31 and 1F. RGB value is (41,49,31). Sum of RGB (Red+Green+Blue) = 41+49+31=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #29311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311F is #D6CEE0. Grayscale: #2C2C2C. Windows color (decimal): -14077665 or 2044201. OLE color: 2044201.

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

Color convert

RGB414931-
CMYK0.1600.370.81
HSL86.67º22.5%15.69%-
HSV(B)86.67º36.73%19.22%-
XYZ2.262.771.71-
YUV44.56120.35125.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=33.88%
G=40.50%
B=25.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149310.1600.370.8186.6722.515.69
Hex29311F1002551571610
Octal516137200451211272620
Binary10100111000111111100000100101101000110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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