Html Css Color HEX #20290D Pine Tree

📋 copy color: '#20290D'

red 32 ◦ green 41 ◦ blue 13

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

Shades of Pine Tree #20290D

Tints of Pine Tree #20290D

RGB

 RED value IS 32 (12.89% from 255) = 37.21%

 GREEN value IS 41 (16.41% from 255) = 47.67%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 37.21%
G = 47.67%
B = 15.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#20290D (or 0x20290D) is known color: Pine Tree. HEX triplet: 20, 29 and 0D. RGB value is (32,41,13). Sum of RGB (Red+Green+Blue) = 32+41+13=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #20290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20290D is #DFD6F2. Grayscale: #232323. Windows color (decimal): -14669555 or 862496. OLE color: 862496.

HSL color Cylindrical-coordinate representation of color #20290D: hue angle of 79.29º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20290D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 41 13 -
CMYK 0.22 0 0.68 0.84
HSL 79.29º 0.52% 0.11% -
HSV(B) 79.29º 0.68% 0.16% -
XYZ 1.46 1.92 0.67 -
YUV 35.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 32 41 13 0.22 0 0.68 0.84 79.29 0.52 0.11
Hex 20 29 D 16 0 44 54 4F 34 B
Octal 40 51 15 26 0 104 124 117 64 13
Binary 100000 101001 1101 10110 0 1000100 1010100 1001111 110100 1011

Color Harmonies of #20290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20290D

Black with #20290D

Text Example


Text Example

White with #20290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,41,13); }

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

background-color css

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

 a { background-color: rgb(32,41,13); }

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

border-color css

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

 span { border-color: rgb(32,41,13); }

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