#202616

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

Shades of Pine Tree #202616

Tints of Pine Tree #202616

Color information

#202616 (or 0x202616) is unknown color: approx Pine Tree. HEX triplet: 20, 26 and 16. RGB value is (32,38,22). Sum of RGB (Red+Green+Blue) = 32+38+22=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #202616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202616 is #DFD9E9. Grayscale: #222222. Windows color (decimal): -14670314 or 1451552. OLE color: 1451552.

HSL color Cylindrical-coordinate representation of color #202616: hue angle of 82.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #202616 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB323822-
CMYK0.1600.420.85
HSL82.5º26.67%11.76%-
HSV(B)82.5º42.11%14.9%-
XYZ1.431.751.02-
YUV34.38121.01126.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=34.78%
G=41.30%
B=23.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3238220.1600.420.8582.526.6711.76
Hex2026161002A55521bc
Octal404626200521251223314
Binary1000001001101011010000010101010101011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202616; }

 p { color: rgb(32,38,22); }

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

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

 a { background-color: rgb(32,38,22); }

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

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

 span { border-color: rgb(32,38,22); }

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