Html Css Color HEX #29301F Pine Tree

📋 copy color: '#29301F'

red 41 ◦ green 48 ◦ blue 31

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

Shades of Pine Tree #29301F

Tints of Pine Tree #29301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

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

R = 34.17%
G = 40%
B = 25.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#29301F (or 0x29301F) is known color: Pine Tree. HEX triplet: 29, 30 and 1F. RGB value is (41,48,31). Sum of RGB (Red+Green+Blue) = 41+48+31=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #29301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301F is #D6CFE0. Grayscale: #2C2C2C. Windows color (decimal): -14077921 or 2043945. OLE color: 2043945.

HSL color Cylindrical-coordinate representation of color #29301F: hue angle of 84.71º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #29301F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 31 -
CMYK 0.15 0 0.35 0.81
HSL 84.71º 0.22% 0.15% -
HSV(B) 84.71º 0.35% 0.19% -
XYZ 2.22 2.68 1.7 -
YUV 43.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 41 48 31 0.15 0 0.35 0.81 84.71 0.22 0.15
Hex 29 30 1F F 0 23 51 55 16 F
Octal 51 60 37 17 0 43 121 125 26 17
Binary 101001 110000 11111 1111 0 100011 1010001 1010101 10110 1111

Color Harmonies of #29301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29301F

Black with #29301F

Text Example


Text Example

White with #29301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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