Html Css Color HEX #29321F Pine Tree

📋 copy color: '#29321F'

red 41 ◦ green 50 ◦ blue 31

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

Shades of Pine Tree #29321F

Tints of Pine Tree #29321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.98%

 BLUE value IS 31 (12.5% from 255) = 25.41%

R = 33.61%
G = 40.98%
B = 25.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#29321F (or 0x29321F) is known color: Pine Tree. HEX triplet: 29, 32 and 1F. RGB value is (41,50,31). Sum of RGB (Red+Green+Blue) = 41+50+31=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #29321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321F is #D6CDE0. Grayscale: #2D2D2D. Windows color (decimal): -14077409 or 2044457. OLE color: 2044457.

HSL color Cylindrical-coordinate representation of color #29321F: hue angle of 88.42º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29321F is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 31 -
CMYK 0.18 0 0.38 0.80
HSL 88.42º 0.23% 0.16% -
HSV(B) 88.42º 0.38% 0.2% -
XYZ 2.3 2.85 1.73 -
YUV 45.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 41 50 31 0.18 0 0.38 0.80 88.42 0.23 0.16
Hex 29 32 1F 12 0 26 50 58 17 10
Octal 51 62 37 22 0 46 120 130 27 20
Binary 101001 110010 11111 10010 0 100110 1010000 1011000 10111 10000

Color Harmonies of #29321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29321F

Black with #29321F

Text Example


Text Example

White with #29321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29321F; }

 p { color: rgb(41,50,31); }

 H1.HeaderClassName
 {
   color: #29321F;
 }
 .AnyTagClassName
 {
   color: #29321F;
 }
</style>

background-color css

<style>
 a { background-color: #29321F; }

 a { background-color: rgb(41,50,31); }

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

border-color css

<style>
 span { border-color: #29321F; }

 span { border-color: rgb(41,50,31); }

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