#12190F

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

Shades of Pine Tree #12190F

Tints of Pine Tree #12190F

Color information

#12190F (or 0x12190F) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 0F. RGB value is (18,25,15). Sum of RGB (Red+Green+Blue) = 18+25+15=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #12190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190F is #EDE6F0. Grayscale: #151515. Windows color (decimal): -15591153 or 989458. OLE color: 989458.

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

Color convert

RGB182515-
CMYK0.2800.400.90
HSL102º25%7.84%-
HSV(B)102º40%9.8%-
XYZ0.680.860.58-
YUV21.77124.18125.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 25 (10.16% from 255) = 43.10%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=31.03%
G=43.10%
B=25.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825150.2800.400.90102257.84
Hex1219F1C0285A66198
Octal223117340501321463110
Binary1001011001111111100010100010110101100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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