Html Css Color HEX #29341E Pine Tree

📋 copy color: '#29341E'

red 41 ◦ green 52 ◦ blue 30

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

Shades of Pine Tree #29341E

Tints of Pine Tree #29341E

RGB

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

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

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

R = 33.33%
G = 42.28%
B = 24.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#29341E (or 0x29341E) is known color: Pine Tree. HEX triplet: 29, 34 and 1E. RGB value is (41,52,30). Sum of RGB (Red+Green+Blue) = 41+52+30=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #29341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29341E is #D6CBE1. Grayscale: #2E2E2E. Windows color (decimal): -14076898 or 1979433. OLE color: 1979433.

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

Color convert

RGB 41 52 30 -
CMYK 0.21 0 0.42 0.80
HSL 90º 0.27% 0.16% -
HSV(B) 90º 0.42% 0.2% -
XYZ 2.38 3.02 1.69 -
YUV 46.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 41 52 30 0.21 0 0.42 0.80 90 0.27 0.16
Hex 29 34 1E 15 0 2A 50 5A 1B 10
Octal 51 64 36 25 0 52 120 132 33 20
Binary 101001 110100 11110 10101 0 101010 1010000 1011010 11011 10000

Color Harmonies of #29341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29341E

Black with #29341E

Text Example


Text Example

White with #29341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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