#161C07

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

Shades of Pine Tree #161C07

Tints of Pine Tree #161C07

Color information

#161C07 (or 0x161C07) is unknown color: approx Pine Tree. HEX triplet: 16, 1C and 07. RGB value is (22,28,7). Sum of RGB (Red+Green+Blue) = 22+28+7=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #161C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C07 is #E9E3F8. Grayscale: #171717. Windows color (decimal): -15328249 or 465942. OLE color: 465942.

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

Color convert

RGB22287-
CMYK0.2100.750.89
HSL77.14º60%6.86%-
HSV(B)77.14º75%10.98%-
XYZ0.781.020.36-
YUV23.81118.51126.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 28 (11.33% from 255) = 49.12%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=38.60%
G=49.12%
B=12.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222870.2100.750.8977.14606.86
Hex161C71504B594d3c7
Octal26347250113131115747
Binary1011011100111101010100101110110011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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