#12160D

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

Shades of Pine Tree #12160D

Tints of Pine Tree #12160D

Color information

#12160D (or 0x12160D) is unknown color: approx Pine Tree. HEX triplet: 12, 16 and 0D. RGB value is (18,22,13). Sum of RGB (Red+Green+Blue) = 18+22+13=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #12160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12160D is #EDE9F2. Grayscale: #131313. Windows color (decimal): -15591923 or 857618. OLE color: 857618.

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

Color convert

RGB182213-
CMYK0.1800.410.91
HSL86.67º25.71%6.86%-
HSV(B)86.67º40.91%8.63%-
XYZ0.610.730.49-
YUV19.78124.17126.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 22 (8.98% from 255) = 41.51%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=33.96%
G=41.51%
B=24.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1822130.1800.410.9186.6725.716.86
Hex1216D120295B571a7
Octal22261522051133127327
Binary100101011011011001001010011011011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12160D; }

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

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

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

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

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

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

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

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