#29331F

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

Shades of Pine Tree #29331F

Tints of Pine Tree #29331F

Color information

#29331F (or 0x29331F) is unknown color: approx Pine Tree. HEX triplet: 29, 33 and 1F. RGB value is (41,51,31). Sum of RGB (Red+Green+Blue) = 41+51+31=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #29331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29331F is #D6CCE0. Grayscale: #2D2D2D. Windows color (decimal): -14077153 or 2044713. OLE color: 2044713.

HSL color Cylindrical-coordinate representation of color #29331F: hue angle of 90º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29331F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB415131-
CMYK0.2000.390.8
HSL90º24.39%16.08%-
HSV(B)90º39.22%20%-
XYZ2.352.941.74-
YUV45.73119.69124.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=33.33%
G=41.46%
B=25.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151310.2000.390.89024.3916.08
Hex29331F14027505a1810
Octal516337240471201323020
Binary10100111001111111101000100111101000010110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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