#12190A

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

Shades of Pine Tree #12190A

Tints of Pine Tree #12190A

Color information

#12190A (or 0x12190A) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 0A. RGB value is (18,25,10). Sum of RGB (Red+Green+Blue) = 18+25+10=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #12190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190A is #EDE6F5. Grayscale: #151515. Windows color (decimal): -15591158 or 661778. OLE color: 661778.

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

Color convert

RGB182510-
CMYK0.2800.600.90
HSL88º42.86%6.86%-
HSV(B)88º60%9.8%-
XYZ0.650.850.42-
YUV21.2121.68125.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=33.96%
G=47.17%
B=18.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825100.2800.600.908842.866.86
Hex1219A1C03C5A582b7
Octal22311234074132130537
Binary1001011001101011100011110010110101011000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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