#29301F

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

Shades of Pine Tree #29301F

Tints of Pine Tree #29301F

Color information

#29301F (or 0x29301F) is unknown color: approx Pine Tree. HEX triplet: 29, 30 and 1F. RGB value is (41,48,31). Sum of RGB (Red+Green+Blue) = 41+48+31=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #29301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301F is #D6CFE0. Grayscale: #2C2C2C. Windows color (decimal): -14077921 or 2043945. OLE color: 2043945.

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

Color convert

RGB414831-
CMYK0.1500.350.81
HSL84.71º21.52%15.49%-
HSV(B)84.71º35.42%18.82%-
XYZ2.222.681.7-
YUV43.97120.68125.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=34.17%
G=40%
B=25.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148310.1500.350.8184.7121.5215.49
Hex29301FF023515516f
Octal516037170431211252617
Binary101001110000111111111010001110100011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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