#161F06

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

Shades of Pine Tree #161F06

Tints of Pine Tree #161F06

Color information

#161F06 (or 0x161F06) is unknown color: approx Pine Tree. HEX triplet: 16, 1F and 06. RGB value is (22,31,6). Sum of RGB (Red+Green+Blue) = 22+31+6=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #161F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F06 is #E9E0F9. Grayscale: #191919. Windows color (decimal): -15327482 or 401174. OLE color: 401174.

HSL color Cylindrical-coordinate representation of color #161F06: hue angle of 81.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161F06 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB22316-
CMYK0.2900.810.88
HSL81.6º67.57%7.25%-
HSV(B)81.6º80.65%12.16%-
XYZ0.851.160.35-
YUV25.46117.02125.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=37.29%
G=52.54%
B=10.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal223160.2900.810.8881.667.577.25
Hex161F61D0515852447
Octal263763501211301221047
Binary10110111111101110101010001101100010100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161F06; }

 p { color: rgb(22,31,6); }

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

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

 a { background-color: rgb(22,31,6); }

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

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

 span { border-color: rgb(22,31,6); }

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