Html Css Color HEX #29301C Pine Tree

📋 copy color: '#29301C'

red 41 ◦ green 48 ◦ blue 28

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

Shades of Pine Tree #29301C

Tints of Pine Tree #29301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 35.04%
G = 41.03%
B = 23.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#29301C (or 0x29301C) is known color: Pine Tree. HEX triplet: 29, 30 and 1C. RGB value is (41,48,28). Sum of RGB (Red+Green+Blue) = 41+48+28=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #29301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301C is #D6CFE3. Grayscale: #2B2B2B. Windows color (decimal): -14077924 or 1847337. OLE color: 1847337.

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

Color convert

RGB 41 48 28 -
CMYK 0.15 0 0.42 0.81
HSL 81º 0.26% 0.15% -
HSV(B) 81º 0.42% 0.19% -
XYZ 2.18 2.67 1.5 -
YUV 43.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 41 48 28 0.15 0 0.42 0.81 81 0.26 0.15
Hex 29 30 1C F 0 2A 51 51 1A F
Octal 51 60 34 17 0 52 121 121 32 17
Binary 101001 110000 11100 1111 0 101010 1010001 1010001 11010 1111

Color Harmonies of #29301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29301C

Black with #29301C

Text Example


Text Example

White with #29301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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