#16200B

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

Shades of Pine Tree #16200B

Tints of Pine Tree #16200B

Color information

#16200B (or 0x16200B) is unknown color: approx Pine Tree. HEX triplet: 16, 20 and 0B. RGB value is (22,32,11). Sum of RGB (Red+Green+Blue) = 22+32+11=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #16200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16200B is #E9DFF4. Grayscale: #1A1A1A. Windows color (decimal): -15327221 or 729110. OLE color: 729110.

HSL color Cylindrical-coordinate representation of color #16200B: hue angle of 88.57º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16200B is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB223211-
CMYK0.3100.660.87
HSL88.57º48.84%8.43%-
HSV(B)88.57º65.62%12.55%-
XYZ0.911.230.51-
YUV26.62119.19124.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 32 (12.89% from 255) = 49.23%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=33.85%
G=49.23%
B=16.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232110.3100.660.8788.5748.848.43
Hex1620B1F0425759318
Octal2640133701021271316110
Binary1011010000010111111101000010101011110110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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