Html Css Color HEX #29301D Pine Tree

📋 copy color: '#29301D'

red 41 ◦ green 48 ◦ blue 29

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

Shades of Pine Tree #29301D

Tints of Pine Tree #29301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 34.75%
G = 40.68%
B = 24.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#29301D (or 0x29301D) is known color: Pine Tree. HEX triplet: 29, 30 and 1D. RGB value is (41,48,29). Sum of RGB (Red+Green+Blue) = 41+48+29=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #29301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301D is #D6CFE2. Grayscale: #2B2B2B. Windows color (decimal): -14077923 or 1912873. OLE color: 1912873.

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

Color convert

RGB 41 48 29 -
CMYK 0.15 0 0.40 0.81
HSL 82.11º 0.25% 0.15% -
HSV(B) 82.11º 0.4% 0.19% -
XYZ 2.19 2.67 1.56 -
YUV 43.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 41 48 29 0.15 0 0.40 0.81 82.11 0.25 0.15
Hex 29 30 1D F 0 28 51 52 19 F
Octal 51 60 35 17 0 50 121 122 31 17
Binary 101001 110000 11101 1111 0 101000 1010001 1010010 11001 1111

Color Harmonies of #29301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29301D

Black with #29301D

Text Example


Text Example

White with #29301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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