Html Css Color HEX #29361B Pine Tree

📋 copy color: '#29361B'

red 41 ◦ green 54 ◦ blue 27

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

Shades of Pine Tree #29361B

Tints of Pine Tree #29361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.13%

R = 33.61%
G = 44.26%
B = 22.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#29361B (or 0x29361B) is known color: Pine Tree. HEX triplet: 29, 36 and 1B. RGB value is (41,54,27). Sum of RGB (Red+Green+Blue) = 41+54+27=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #29361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29361B is #D6C9E4. Grayscale: #2F2F2F. Windows color (decimal): -14076389 or 1783337. OLE color: 1783337.

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

Color convert

RGB 41 54 27 -
CMYK 0.24 0 0.5 0.79
HSL 88.89º 0.33% 0.16% -
HSV(B) 88.89º 0.5% 0.21% -
XYZ 2.43 3.19 1.52 -
YUV 47.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 41 54 27 0.24 0 0.5 0.79 88.89 0.33 0.16
Hex 29 36 1B 18 0 32 4F 59 21 10
Octal 51 66 33 30 0 62 117 131 41 20
Binary 101001 110110 11011 11000 0 110010 1001111 1011001 100001 10000

Color Harmonies of #29361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29361B

Black with #29361B

Text Example


Text Example

White with #29361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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