#121610

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

Shades of Pine Tree #121610

Tints of Pine Tree #121610

Color information

#121610 (or 0x121610) is unknown color: approx Pine Tree. HEX triplet: 12, 16 and 10. RGB value is (18,22,16). Sum of RGB (Red+Green+Blue) = 18+22+16=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 22 - color contains mainly: green. Hex color #121610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121610 is #EDE9EF. Grayscale: #141414. Windows color (decimal): -15591920 or 1054226. OLE color: 1054226.

HSL color Cylindrical-coordinate representation of color #121610: hue angle of 100º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #121610 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB182216-
CMYK0.1800.270.91
HSL100º15.79%7.45%-
HSV(B)100º27.27%8.63%-
XYZ0.630.740.6-
YUV20.12125.67126.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=32.14%
G=39.29%
B=28.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1822160.1800.270.9110015.797.45
Hex1216101201B5B64107
Octal22262022033133144207
Binary100101011010000100100110111011011110010010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121610; }

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

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

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

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

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

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

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

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