#161D04

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

Shades of Pine Tree #161D04

Tints of Pine Tree #161D04

Color information

#161D04 (or 0x161D04) is unknown color: approx Pine Tree. HEX triplet: 16, 1D and 04. RGB value is (22,29,4). Sum of RGB (Red+Green+Blue) = 22+29+4=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #161D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D04 is #E9E2FB. Grayscale: #181818. Windows color (decimal): -15327996 or 269590. OLE color: 269590.

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

Color convert

RGB22294-
CMYK0.2400.860.89
HSL76.8º75.76%6.47%-
HSV(B)76.8º86.21%11.37%-
XYZ0.791.060.28-
YUV24.06116.68126.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 29 (11.72% from 255) = 52.73%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=40%
G=52.73%
B=7.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222940.2400.860.8976.875.766.47
Hex161D418056594d4c6
Octal263543001261311151146
Binary10110111011001100001010110101100110011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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