Html Css Color HEX #29331F Pine Tree

📋 copy color: '#29331F'

red 41 ◦ green 51 ◦ blue 31

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

Shades of Pine Tree #29331F

Tints of Pine Tree #29331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 33.33%
G = 41.46%
B = 25.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#29331F (or 0x29331F) is known color: Pine Tree. HEX triplet: 29, 33 and 1F. RGB value is (41,51,31). Sum of RGB (Red+Green+Blue) = 41+51+31=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #29331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29331F is #D6CCE0. Grayscale: #2D2D2D. Windows color (decimal): -14077153 or 2044713. OLE color: 2044713.

HSL color Cylindrical-coordinate representation of color #29331F: hue angle of 90º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29331F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 31 -
CMYK 0.20 0 0.39 0.8
HSL 90º 0.24% 0.16% -
HSV(B) 90º 0.39% 0.2% -
XYZ 2.35 2.94 1.74 -
YUV 45.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 41 51 31 0.20 0 0.39 0.8 90 0.24 0.16
Hex 29 33 1F 14 0 27 50 5A 18 10
Octal 51 63 37 24 0 47 120 132 30 20
Binary 101001 110011 11111 10100 0 100111 1010000 1011010 11000 10000

Color Harmonies of #29331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29331F

Black with #29331F

Text Example


Text Example

White with #29331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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