Html Css Color HEX #29311A Pine Tree

📋 copy color: '#29311A'

red 41 ◦ green 49 ◦ blue 26

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

Shades of Pine Tree #29311A

Tints of Pine Tree #29311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.24%

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

R = 35.34%
G = 42.24%
B = 22.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#29311A (or 0x29311A) is known color: Pine Tree. HEX triplet: 29, 31 and 1A. RGB value is (41,49,26). Sum of RGB (Red+Green+Blue) = 41+49+26=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #29311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29311A is #D6CEE5. Grayscale: #2C2C2C. Windows color (decimal): -14077670 or 1716521. OLE color: 1716521.

HSL color Cylindrical-coordinate representation of color #29311A: hue angle of 80.87º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29311A is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 26 -
CMYK 0.16 0 0.47 0.81
HSL 80.87º 0.31% 0.15% -
HSV(B) 80.87º 0.47% 0.19% -
XYZ 2.2 2.74 1.39 -
YUV 43.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 41 49 26 0.16 0 0.47 0.81 80.87 0.31 0.15
Hex 29 31 1A 10 0 2F 51 51 1F F
Octal 51 61 32 20 0 57 121 121 37 17
Binary 101001 110001 11010 10000 0 101111 1010001 1010001 11111 1111

Color Harmonies of #29311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29311A

Black with #29311A

Text Example


Text Example

White with #29311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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