#12190E

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

Shades of Pine Tree #12190E

Tints of Pine Tree #12190E

Color information

#12190E (or 0x12190E) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 0E. RGB value is (18,25,14). Sum of RGB (Red+Green+Blue) = 18+25+14=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #12190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190E is #EDE6F1. Grayscale: #151515. Windows color (decimal): -15591154 or 923922. OLE color: 923922.

HSL color Cylindrical-coordinate representation of color #12190E: hue angle of 98.18º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12190E is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB182514-
CMYK0.2800.440.90
HSL98.18º28.21%7.65%-
HSV(B)98.18º44%9.8%-
XYZ0.680.860.54-
YUV21.65123.68125.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=31.58%
G=43.86%
B=24.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825140.2800.440.9098.1828.217.65
Hex1219E1C02C5A621c8
Octal223116340541321423410
Binary1001011001111011100010110010110101100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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