#161812

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

Shades of Pine Tree #161812

Tints of Pine Tree #161812

Color information

#161812 (or 0x161812) is unknown color: approx Pine Tree. HEX triplet: 16, 18 and 12. RGB value is (22,24,18). Sum of RGB (Red+Green+Blue) = 22+24+18=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 24 - color contains mainly: green. Hex color #161812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161812 is #E9E7ED. Grayscale: #161616. Windows color (decimal): -15329262 or 1185814. OLE color: 1185814.

HSL color Cylindrical-coordinate representation of color #161812: hue angle of 80º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #161812 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB222418-
CMYK0.0800.250.91
HSL80º14.29%8.24%-
HSV(B)80º25%9.41%-
XYZ0.770.870.7-
YUV22.72125.34127.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=34.38%
G=37.5%
B=28.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2224180.0800.250.918014.298.24
Hex16181280195B50e8
Octal263022100311331201610
Binary10110110001001010000110011011011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161812; }

 p { color: rgb(22,24,18); }

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

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

 a { background-color: rgb(22,24,18); }

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

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

 span { border-color: rgb(22,24,18); }

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