Html Css Color HEX #29311B Pine Tree

📋 copy color: '#29311B'

red 41 ◦ green 49 ◦ blue 27

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

Shades of Pine Tree #29311B

Tints of Pine Tree #29311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 35.04%
G = 41.88%
B = 23.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#29311B (or 0x29311B) is known color: Pine Tree. HEX triplet: 29, 31 and 1B. RGB value is (41,49,27). Sum of RGB (Red+Green+Blue) = 41+49+27=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #29311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311B is #D6CEE4. Grayscale: #2C2C2C. Windows color (decimal): -14077669 or 1782057. OLE color: 1782057.

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

Color convert

RGB 41 49 27 -
CMYK 0.16 0 0.45 0.81
HSL 81.82º 0.29% 0.15% -
HSV(B) 81.82º 0.45% 0.19% -
XYZ 2.21 2.75 1.45 -
YUV 44.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 41 49 27 0.16 0 0.45 0.81 81.82 0.29 0.15
Hex 29 31 1B 10 0 2D 51 52 1D F
Octal 51 61 33 20 0 55 121 122 35 17
Binary 101001 110001 11011 10000 0 101101 1010001 1010010 11101 1111

Color Harmonies of #29311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29311B

Black with #29311B

Text Example


Text Example

White with #29311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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