#29361B

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

Shades of Pine Tree #29361B

Tints of Pine Tree #29361B

Color information

#29361B (or 0x29361B) is unknown color: approx Pine Tree. HEX triplet: 29, 36 and 1B. RGB value is (41,54,27). Sum of RGB (Red+Green+Blue) = 41+54+27=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #29361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29361B is #D6C9E4. Grayscale: #2F2F2F. Windows color (decimal): -14076389 or 1783337. OLE color: 1783337.

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

Color convert

RGB415427-
CMYK0.2400.50.79
HSL88.89º33.33%15.88%-
HSV(B)88.89º50%21.18%-
XYZ2.433.191.52-
YUV47.04116.69123.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=33.61%
G=44.26%
B=22.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154270.2400.50.7988.8933.3315.88
Hex29361B180324F592110
Octal516633300621171314120
Binary101001110110110111100001100101001111101100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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