Html Css Color HEX #29321E Pine Tree

📋 copy color: '#29321E'

red 41 ◦ green 50 ◦ blue 30

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

Shades of Pine Tree #29321E

Tints of Pine Tree #29321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

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

R = 33.88%
G = 41.32%
B = 24.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#29321E (or 0x29321E) is known color: Pine Tree. HEX triplet: 29, 32 and 1E. RGB value is (41,50,30). Sum of RGB (Red+Green+Blue) = 41+50+30=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #29321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321E is #D6CDE1. Grayscale: #2D2D2D. Windows color (decimal): -14077410 or 1978921. OLE color: 1978921.

HSL color Cylindrical-coordinate representation of color #29321E: hue angle of 87º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29321E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 30 -
CMYK 0.18 0 0.40 0.80
HSL 87º 0.25% 0.16% -
HSV(B) 87º 0.4% 0.2% -
XYZ 2.29 2.85 1.66 -
YUV 45.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 41 50 30 0.18 0 0.40 0.80 87 0.25 0.16
Hex 29 32 1E 12 0 28 50 57 19 10
Octal 51 62 36 22 0 50 120 127 31 20
Binary 101001 110010 11110 10010 0 101000 1010000 1010111 11001 10000

Color Harmonies of #29321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29321E

Black with #29321E

Text Example


Text Example

White with #29321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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