Html Css Color HEX #29361A Pine Tree

📋 copy color: '#29361A'

red 41 ◦ green 54 ◦ blue 26

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

Shades of Pine Tree #29361A

Tints of Pine Tree #29361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.63%

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 33.88%
G = 44.63%
B = 21.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#29361A (or 0x29361A) is known color: Pine Tree. HEX triplet: 29, 36 and 1A. RGB value is (41,54,26). Sum of RGB (Red+Green+Blue) = 41+54+26=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #29361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29361A is #D6C9E5. Grayscale: #2F2F2F. Windows color (decimal): -14076390 or 1717801. OLE color: 1717801.

HSL color Cylindrical-coordinate representation of color #29361A: hue angle of 87.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29361A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 26 -
CMYK 0.24 0 0.52 0.79
HSL 87.86º 0.35% 0.16% -
HSV(B) 87.86º 0.52% 0.21% -
XYZ 2.42 3.18 1.46 -
YUV 46.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 41 54 26 0.24 0 0.52 0.79 87.86 0.35 0.16
Hex 29 36 1A 18 0 34 4F 58 23 10
Octal 51 66 32 30 0 64 117 130 43 20
Binary 101001 110110 11010 11000 0 110100 1001111 1011000 100011 10000

Color Harmonies of #29361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29361A

Black with #29361A

Text Example


Text Example

White with #29361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29361A; }

 p { color: rgb(41,54,26); }

 H1.HeaderClassName
 {
   color: #29361A;
 }
 .AnyTagClassName
 {
   color: #29361A;
 }
</style>

background-color css

<style>
 a { background-color: #29361A; }

 a { background-color: rgb(41,54,26); }

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

border-color css

<style>
 span { border-color: #29361A; }

 span { border-color: rgb(41,54,26); }

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