Html Css Color HEX #29331C Pine Tree

📋 copy color: '#29331C'

red 41 ◦ green 51 ◦ blue 28

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

Shades of Pine Tree #29331C

Tints of Pine Tree #29331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.5%

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 34.17%
G = 42.5%
B = 23.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#29331C (or 0x29331C) is known color: Pine Tree. HEX triplet: 29, 33 and 1C. RGB value is (41,51,28). Sum of RGB (Red+Green+Blue) = 41+51+28=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #29331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29331C is #D6CCE3. Grayscale: #2D2D2D. Windows color (decimal): -14077156 or 1848105. OLE color: 1848105.

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

Color convert

RGB 41 51 28 -
CMYK 0.20 0 0.45 0.8
HSL 86.09º 0.29% 0.15% -
HSV(B) 86.09º 0.45% 0.2% -
XYZ 2.31 2.92 1.54 -
YUV 45.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 41 51 28 0.20 0 0.45 0.8 86.09 0.29 0.15
Hex 29 33 1C 14 0 2D 50 56 1D F
Octal 51 63 34 24 0 55 120 126 35 17
Binary 101001 110011 11100 10100 0 101101 1010000 1010110 11101 1111

Color Harmonies of #29331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29331C

Black with #29331C

Text Example


Text Example

White with #29331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29331C;
 }
 .AnyTagClassName
 {
   color: #29331C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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