#29301E

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

Shades of Pine Tree #29301E

Tints of Pine Tree #29301E

Color information

#29301E (or 0x29301E) is unknown color: approx Pine Tree. HEX triplet: 29, 30 and 1E. RGB value is (41,48,30). Sum of RGB (Red+Green+Blue) = 41+48+30=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #29301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301E is #D6CFE1. Grayscale: #2B2B2B. Windows color (decimal): -14077922 or 1978409. OLE color: 1978409.

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

Color convert

RGB414830-
CMYK0.1500.370.81
HSL83.33º23.08%15.29%-
HSV(B)83.33º37.5%18.82%-
XYZ2.212.681.63-
YUV43.86120.18125.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=34.45%
G=40.34%
B=25.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148300.1500.370.8183.3323.0815.29
Hex29301EF025515317f
Octal516036170451211232717
Binary101001110000111101111010010110100011010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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