Html Css Color HEX #29311E Pine Tree

📋 copy color: '#29311E'

red 41 ◦ green 49 ◦ blue 30

#29311E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #29311E

Tints of Pine Tree #29311E

RGB

 RED value IS 41 (16.41% from 255) = 34.17%

 GREEN value IS 49 (19.53% from 255) = 40.83%

 BLUE value IS 30 (12.11% from 255) = 25%

R = 34.17%
G = 40.83%
B = 25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.81

RGB Variations

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

Color information

#29311E (or 0x29311E) is known color: Pine Tree. HEX triplet: 29, 31 and 1E. RGB value is (41,49,30). Sum of RGB (Red+Green+Blue) = 41+49+30=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #29311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311E is #D6CEE1. Grayscale: #2C2C2C. Windows color (decimal): -14077666 or 1978665. OLE color: 1978665.

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

Color convert

RGB 41 49 30 -
CMYK 0.16 0 0.39 0.81
HSL 85.26º 0.24% 0.15% -
HSV(B) 85.26º 0.39% 0.19% -
XYZ 2.25 2.76 1.64 -
YUV 44.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 41 49 30 0.16 0 0.39 0.81 85.26 0.24 0.15
Hex 29 31 1E 10 0 27 51 55 18 F
Octal 51 61 36 20 0 47 121 125 30 17
Binary 101001 110001 11110 10000 0 100111 1010001 1010101 11000 1111

Color Harmonies of #29311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29311E

Black with #29311E

Text Example


Text Example

White with #29311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29311E;
 }
 .AnyTagClassName
 {
   color: #29311E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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