#29361A

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

Shades of Pine Tree #29361A

Tints of Pine Tree #29361A

Color information

#29361A (or 0x29361A) is unknown color: approx Pine Tree. HEX triplet: 29, 36 and 1A. RGB value is (41,54,26). Sum of RGB (Red+Green+Blue) = 41+54+26=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #29361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29361A is #D6C9E5. Grayscale: #2F2F2F. Windows color (decimal): -14076390 or 1717801. OLE color: 1717801.

HSL color Cylindrical-coordinate representation of color #29361A: hue angle of 87.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29361A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB415426-
CMYK0.2400.520.79
HSL87.86º35%15.69%-
HSV(B)87.86º51.85%21.18%-
XYZ2.423.181.46-
YUV46.92116.19123.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=33.88%
G=44.63%
B=21.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154260.2400.520.7987.863515.69
Hex29361A180344F582310
Octal516632300641171304320
Binary101001110110110101100001101001001111101100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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