#161B11

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

Shades of Pine Tree #161B11

Tints of Pine Tree #161B11

Color information

#161B11 (or 0x161B11) is unknown color: approx Pine Tree. HEX triplet: 16, 1B and 11. RGB value is (22,27,17). Sum of RGB (Red+Green+Blue) = 22+27+17=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 27 - color contains mainly: green. Hex color #161B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B11 is #E9E4EE. Grayscale: #181818. Windows color (decimal): -15328495 or 1121046. OLE color: 1121046.

HSL color Cylindrical-coordinate representation of color #161B11: hue angle of 90º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #161B11 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB222717-
CMYK0.1900.370.89
HSL90º22.73%8.63%-
HSV(B)90º37.04%10.59%-
XYZ0.820.990.68-
YUV24.36123.84126.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=33.33%
G=40.91%
B=25.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2227170.1900.370.899022.738.63
Hex161B1113025595a179
Octal263321230451311322711
Binary10110110111000110011010010110110011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,27,17); }

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

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

 a { background-color: rgb(22,27,17); }

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

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

 span { border-color: rgb(22,27,17); }

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