Html Css Color HEX #29341D Pine Tree

📋 copy color: '#29341D'

red 41 ◦ green 52 ◦ blue 29

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

Shades of Pine Tree #29341D

Tints of Pine Tree #29341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.62%

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

R = 33.61%
G = 42.62%
B = 23.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#29341D (or 0x29341D) is known color: Pine Tree. HEX triplet: 29, 34 and 1D. RGB value is (41,52,29). Sum of RGB (Red+Green+Blue) = 41+52+29=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #29341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29341D is #D6CBE2. Grayscale: #2E2E2E. Windows color (decimal): -14076899 or 1913897. OLE color: 1913897.

HSL color Cylindrical-coordinate representation of color #29341D: hue angle of 88.7º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29341D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 29 -
CMYK 0.21 0 0.44 0.80
HSL 88.7º 0.28% 0.16% -
HSV(B) 88.7º 0.44% 0.2% -
XYZ 2.36 3.02 1.62 -
YUV 46.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 41 52 29 0.21 0 0.44 0.80 88.7 0.28 0.16
Hex 29 34 1D 15 0 2C 50 59 1C 10
Octal 51 64 35 25 0 54 120 131 34 20
Binary 101001 110100 11101 10101 0 101100 1010000 1011001 11100 10000

Color Harmonies of #29341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29341D

Black with #29341D

Text Example


Text Example

White with #29341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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