#0E100D

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

Shades of Pine Tree #0E100D

Tints of Pine Tree #0E100D

Color information

#0E100D (or 0x0E100D) is unknown color: approx Pine Tree. HEX triplet: 0E, 10 and 0D. RGB value is (14,16,13). Sum of RGB (Red+Green+Blue) = 14+16+13=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100D is #F1EFF2. Grayscale: #0F0F0F. Windows color (decimal): -15855603 or 856078. OLE color: 856078.

HSL color Cylindrical-coordinate representation of color #0E100D: hue angle of 100º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #0E100D is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB141613-
CMYK0.1300.190.94
HSL100º10.34%5.69%-
HSV(B)100º18.75%6.27%-
XYZ0.440.490.45-
YUV15.06126.84127.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=32.56%
G=37.21%
B=30.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1416130.1300.190.9410010.345.69
HexE10DD0135E64a6
Octal16201515023136144126
Binary11101000011011101010011101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E100D; }

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

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

<style>
 a { background-color: #0E100D; }

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

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

<style>
 span { border-color: #0E100D; }

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

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