#10130C

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

Shades of Pine Tree #10130C

Tints of Pine Tree #10130C

Color information

#10130C (or 0x10130C) is unknown color: approx Pine Tree. HEX triplet: 10, 13 and 0C. RGB value is (16,19,12). Sum of RGB (Red+Green+Blue) = 16+19+12=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #10130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130C is #EFECF3. Grayscale: #111111. Windows color (decimal): -15723764 or 791312. OLE color: 791312.

HSL color Cylindrical-coordinate representation of color #10130C: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #10130C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB161912-
CMYK0.1600.370.93
HSL85.71º22.58%6.08%-
HSV(B)85.71º36.84%7.45%-
XYZ0.510.60.44-
YUV17.3125.01127.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=34.04%
G=40.43%
B=25.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619120.1600.370.9385.7122.586.08
Hex1013C100255D56176
Octal20231420045135126276
Binary100001001111001000001001011011101101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10130C; }

 p { color: rgb(16,19,12); }

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

<style>
 a { background-color: #10130C; }

 a { background-color: rgb(16,19,12); }

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

<style>
 span { border-color: #10130C; }

 span { border-color: rgb(16,19,12); }

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