#16200F

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

Shades of Pine Tree #16200F

Tints of Pine Tree #16200F

Color information

#16200F (or 0x16200F) is unknown color: approx Pine Tree. HEX triplet: 16, 20 and 0F. RGB value is (22,32,15). Sum of RGB (Red+Green+Blue) = 22+32+15=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #16200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16200F is #E9DFF0. Grayscale: #1B1B1B. Windows color (decimal): -15327217 or 991254. OLE color: 991254.

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

Color convert

RGB223215-
CMYK0.3100.530.87
HSL95.29º36.17%9.22%-
HSV(B)95.29º53.12%12.55%-
XYZ0.931.240.64-
YUV27.07121.19124.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.88%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=31.88%
G=46.38%
B=21.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232150.3100.530.8795.2936.179.22
Hex1620F1F035575f249
Octal264017370651271374411
Binary101101000001111111110110101101011110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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