Html Css Color HEX #29311C Pine Tree

📋 copy color: '#29311C'

red 41 ◦ green 49 ◦ blue 28

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

Shades of Pine Tree #29311C

Tints of Pine Tree #29311C

RGB

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

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

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

R = 34.75%
G = 41.53%
B = 23.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#29311C (or 0x29311C) is known color: Pine Tree. HEX triplet: 29, 31 and 1C. RGB value is (41,49,28). Sum of RGB (Red+Green+Blue) = 41+49+28=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #29311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311C is #D6CEE3. Grayscale: #2C2C2C. Windows color (decimal): -14077668 or 1847593. OLE color: 1847593.

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

Color convert

RGB 41 49 28 -
CMYK 0.16 0 0.43 0.81
HSL 82.86º 0.27% 0.15% -
HSV(B) 82.86º 0.43% 0.19% -
XYZ 2.22 2.75 1.51 -
YUV 44.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 41 49 28 0.16 0 0.43 0.81 82.86 0.27 0.15
Hex 29 31 1C 10 0 2B 51 53 1B F
Octal 51 61 34 20 0 53 121 123 33 17
Binary 101001 110001 11100 10000 0 101011 1010001 1010011 11011 1111

Color Harmonies of #29311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29311C

Black with #29311C

Text Example


Text Example

White with #29311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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