#12140E

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

Shades of Pine Tree #12140E

Tints of Pine Tree #12140E

Color information

#12140E (or 0x12140E) is unknown color: approx Pine Tree. HEX triplet: 12, 14 and 0E. RGB value is (18,20,14). Sum of RGB (Red+Green+Blue) = 18+20+14=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #12140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140E is #EDEBF1. Grayscale: #121212. Windows color (decimal): -15592434 or 922642. OLE color: 922642.

HSL color Cylindrical-coordinate representation of color #12140E: hue angle of 80º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #12140E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB182014-
CMYK0.1000.300.92
HSL80º17.65%6.67%-
HSV(B)80º30%7.84%-
XYZ0.580.660.51-
YUV18.72125.34127.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=34.62%
G=38.46%
B=26.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820140.1000.300.928017.656.67
Hex1214EA01E5C50127
Octal22241612036134120227
Binary1001010100111010100111101011100101000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12140E; }

 p { color: rgb(18,20,14); }

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

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

 a { background-color: rgb(18,20,14); }

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

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

 span { border-color: rgb(18,20,14); }

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