#161B13

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

Shades of Pine Tree #161B13

Tints of Pine Tree #161B13

Color information

#161B13 (or 0x161B13) is unknown color: approx Pine Tree. HEX triplet: 16, 1B and 13. RGB value is (22,27,19). Sum of RGB (Red+Green+Blue) = 22+27+19=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #161B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B13 is #E9E4EC. Grayscale: #181818. Windows color (decimal): -15328493 or 1252118. OLE color: 1252118.

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

Color convert

RGB222719-
CMYK0.1900.300.89
HSL97.5º17.39%9.02%-
HSV(B)97.5º29.63%10.59%-
XYZ0.8410.77-
YUV24.59124.84126.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 27 (10.94% from 255) = 39.71%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=32.35%
G=39.71%
B=27.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2227190.1900.300.8997.517.399.02
Hex161B131301E5962119
Octal263323230361311422111
Binary1011011011100111001101111010110011100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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