#12190B

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

Shades of Pine Tree #12190B

Tints of Pine Tree #12190B

Color information

#12190B (or 0x12190B) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 0B. RGB value is (18,25,11). Sum of RGB (Red+Green+Blue) = 18+25+11=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #12190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190B is #EDE6F4. Grayscale: #151515. Windows color (decimal): -15591157 or 727314. OLE color: 727314.

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

Color convert

RGB182511-
CMYK0.2800.560.90
HSL90º38.89%7.06%-
HSV(B)90º56%9.8%-
XYZ0.660.850.45-
YUV21.31122.18125.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=33.33%
G=46.30%
B=20.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825110.2800.560.909038.897.06
Hex1219B1C0385A5a277
Octal22311334070132132477
Binary1001011001101111100011100010110101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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