Html Css Color HEX #29331B Pine Tree

📋 copy color: '#29331B'

red 41 ◦ green 51 ◦ blue 27

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

Shades of Pine Tree #29331B

Tints of Pine Tree #29331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 34.45%
G = 42.86%
B = 22.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#29331B (or 0x29331B) is known color: Pine Tree. HEX triplet: 29, 33 and 1B. RGB value is (41,51,27). Sum of RGB (Red+Green+Blue) = 41+51+27=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #29331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29331B is #D6CCE4. Grayscale: #2D2D2D. Windows color (decimal): -14077157 or 1782569. OLE color: 1782569.

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

Color convert

RGB 41 51 27 -
CMYK 0.20 0 0.47 0.8
HSL 85º 0.31% 0.15% -
HSV(B) 85º 0.47% 0.2% -
XYZ 2.3 2.92 1.48 -
YUV 45.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 41 51 27 0.20 0 0.47 0.8 85 0.31 0.15
Hex 29 33 1B 14 0 2F 50 55 1F F
Octal 51 63 33 24 0 57 120 125 37 17
Binary 101001 110011 11011 10100 0 101111 1010000 1010101 11111 1111

Color Harmonies of #29331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29331B

Black with #29331B

Text Example


Text Example

White with #29331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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