#20370B

Color #20370B Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #20370B

Tints of Pine Tree #20370B

Color information

#20370B (or 0x20370B) is unknown color: approx Pine Tree. HEX triplet: 20, 37 and 0B. RGB value is (32,55,11). Sum of RGB (Red+Green+Blue) = 32+55+11=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #20370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20370B is #DFC8F4. Grayscale: #2B2B2B. Windows color (decimal): -14665973 or 735008. OLE color: 735008.

HSL color Cylindrical-coordinate representation of color #20370B: hue angle of 91.36º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20370B is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB325511-
CMYK0.4200.80.78
HSL91.36º66.67%12.94%-
HSV(B)91.36º80%21.57%-
XYZ2.023.060.8-
YUV43.11109.88120.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.65%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=32.65%
G=56.12%
B=11.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3255110.4200.80.7891.3666.6712.94
Hex2037B2A0504E5b43d
Octal40671352012011613310315
Binary1000001101111011101010010100001001110101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,55,11); }

 H1.HeaderClassName
 {
   color: #20370B;
 }
 .AnyTagClassName
 {
   color: #20370B;
 }
</style>
background-color css

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

 a { background-color: rgb(32,55,11); }

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

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

 span { border-color: rgb(32,55,11); }

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