#16200C

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

Shades of Pine Tree #16200C

Tints of Pine Tree #16200C

Color information

#16200C (or 0x16200C) is unknown color: approx Pine Tree. HEX triplet: 16, 20 and 0C. RGB value is (22,32,12). Sum of RGB (Red+Green+Blue) = 22+32+12=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #16200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16200C is #E9DFF3. Grayscale: #1A1A1A. Windows color (decimal): -15327220 or 794646. OLE color: 794646.

HSL color Cylindrical-coordinate representation of color #16200C: hue angle of 90º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16200C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB223212-
CMYK0.3100.630.87
HSL90º45.45%8.63%-
HSV(B)90º62.5%12.55%-
XYZ0.911.230.54-
YUV26.73119.69124.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=33.33%
G=48.48%
B=18.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232120.3100.630.879045.458.63
Hex1620C1F03F575a2d9
Octal264014370771271325511
Binary101101000001100111110111111101011110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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