#10130E

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

Shades of Pine Tree #10130E

Tints of Pine Tree #10130E

Color information

#10130E (or 0x10130E) is unknown color: approx Pine Tree. HEX triplet: 10, 13 and 0E. RGB value is (16,19,14). Sum of RGB (Red+Green+Blue) = 16+19+14=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #10130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130E is #EFECF1. Grayscale: #111111. Windows color (decimal): -15723762 or 922384. OLE color: 922384.

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

Color convert

RGB161914-
CMYK0.1600.260.93
HSL96º15.15%6.47%-
HSV(B)96º26.32%7.45%-
XYZ0.530.610.51-
YUV17.53126.01126.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=32.65%
G=38.78%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619140.1600.260.939615.156.47
Hex1013E1001A5D60f6
Octal20231620032135140176
Binary1000010011111010000011010101110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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