Html Css Color HEX #29371B Pine Tree

📋 copy color: '#29371B'

red 41 ◦ green 55 ◦ blue 27

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

Shades of Pine Tree #29371B

Tints of Pine Tree #29371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.72%

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

R = 33.33%
G = 44.72%
B = 21.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#29371B (or 0x29371B) is known color: Pine Tree. HEX triplet: 29, 37 and 1B. RGB value is (41,55,27). Sum of RGB (Red+Green+Blue) = 41+55+27=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #29371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29371B is #D6C8E4. Grayscale: #2F2F2F. Windows color (decimal): -14076133 or 1783593. OLE color: 1783593.

HSL color Cylindrical-coordinate representation of color #29371B: hue angle of 90º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29371B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 55 27 -
CMYK 0.25 0 0.51 0.78
HSL 90º 0.34% 0.16% -
HSV(B) 90º 0.51% 0.22% -
XYZ 2.48 3.28 1.54 -
YUV 47.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 41 55 27 0.25 0 0.51 0.78 90 0.34 0.16
Hex 29 37 1B 19 0 33 4E 5A 22 10
Octal 51 67 33 31 0 63 116 132 42 20
Binary 101001 110111 11011 11001 0 110011 1001110 1011010 100010 10000

Color Harmonies of #29371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29371B

Black with #29371B

Text Example


Text Example

White with #29371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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