#161D07

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

Shades of Pine Tree #161D07

Tints of Pine Tree #161D07

Color information

#161D07 (or 0x161D07) is unknown color: approx Pine Tree. HEX triplet: 16, 1D and 07. RGB value is (22,29,7). Sum of RGB (Red+Green+Blue) = 22+29+7=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #161D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D07 is #E9E2F8. Grayscale: #181818. Windows color (decimal): -15327993 or 466198. OLE color: 466198.

HSL color Cylindrical-coordinate representation of color #161D07: hue angle of 79.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161D07 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB22297-
CMYK0.2400.760.89
HSL79.09º61.11%7.06%-
HSV(B)79.09º75.86%11.37%-
XYZ0.811.060.36-
YUV24.4118.18126.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 29 (11.72% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=37.93%
G=50%
B=12.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222970.2400.760.8979.0961.117.06
Hex161D71804C594f3d7
Octal26357300114131117757
Binary1011011101111110000100110010110011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,29,7); }

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

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

 a { background-color: rgb(22,29,7); }

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

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

 span { border-color: rgb(22,29,7); }

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