#161F00

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

Shades of Pine Tree #161F00

Tints of Pine Tree #161F00

Color information

#161F00 (or 0x161F00) is unknown color: approx Pine Tree. HEX triplet: 16, 1F and 00. RGB value is (22,31,0). Sum of RGB (Red+Green+Blue) = 22+31+0=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #161F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F00 is #E9E0FF. Grayscale: #181818. Windows color (decimal): -15327488 or 7958. OLE color: 7958.

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

Color convert

RGB22310-
CMYK0.29010.88
HSL77.42º100%6.08%-
HSV(B)77.42º100%12.16%-
XYZ0.821.150.18-
YUV24.78114.02126.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 31 (12.5% from 255) = 58.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.51%
G=58.49%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal223100.29010.8877.421006.08
Hex161F01D064584d646
Octal263703501441301151446
Binary101101111101110101100100101100010011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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