#29321E

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

Shades of Pine Tree #29321E

Tints of Pine Tree #29321E

Color information

#29321E (or 0x29321E) is unknown color: approx Pine Tree. HEX triplet: 29, 32 and 1E. RGB value is (41,50,30). Sum of RGB (Red+Green+Blue) = 41+50+30=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #29321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321E is #D6CDE1. Grayscale: #2D2D2D. Windows color (decimal): -14077410 or 1978921. OLE color: 1978921.

HSL color Cylindrical-coordinate representation of color #29321E: hue angle of 87º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29321E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB415030-
CMYK0.1800.400.80
HSL87º25%15.69%-
HSV(B)87º40%19.61%-
XYZ2.292.851.66-
YUV45.03119.52125.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=33.88%
G=41.32%
B=24.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150300.1800.400.80872515.69
Hex29321E1202850571910
Octal516236220501201273120
Binary10100111001011110100100101000101000010101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29321E; }

 p { color: rgb(41,50,30); }

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

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

 a { background-color: rgb(41,50,30); }

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

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

 span { border-color: rgb(41,50,30); }

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