Html Css Color HEX #29311D Pine Tree

📋 copy color: '#29311D'

red 41 ◦ green 49 ◦ blue 29

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

Shades of Pine Tree #29311D

Tints of Pine Tree #29311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 34.45%
G = 41.18%
B = 24.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#29311D (or 0x29311D) is known color: Pine Tree. HEX triplet: 29, 31 and 1D. RGB value is (41,49,29). Sum of RGB (Red+Green+Blue) = 41+49+29=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #29311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311D is #D6CEE2. Grayscale: #2C2C2C. Windows color (decimal): -14077667 or 1913129. OLE color: 1913129.

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

Color convert

RGB 41 49 29 -
CMYK 0.16 0 0.41 0.81
HSL 84º 0.26% 0.15% -
HSV(B) 84º 0.41% 0.19% -
XYZ 2.23 2.76 1.58 -
YUV 44.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 41 49 29 0.16 0 0.41 0.81 84 0.26 0.15
Hex 29 31 1D 10 0 29 51 54 1A F
Octal 51 61 35 20 0 51 121 124 32 17
Binary 101001 110001 11101 10000 0 101001 1010001 1010100 11010 1111

Color Harmonies of #29311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29311D

Black with #29311D

Text Example


Text Example

White with #29311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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