#0E110A

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

Shades of Pine Tree #0E110A

Tints of Pine Tree #0E110A

Color information

#0E110A (or 0x0E110A) is unknown color: approx Pine Tree. HEX triplet: 0E, 11 and 0A. RGB value is (14,17,10). Sum of RGB (Red+Green+Blue) = 14+17+10=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110A is #F1EEF5. Grayscale: #0F0F0F. Windows color (decimal): -15855350 or 659726. OLE color: 659726.

HSL color Cylindrical-coordinate representation of color #0E110A: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0E110A is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB141710-
CMYK0.1800.410.93
HSL85.71º25.93%5.29%-
HSV(B)85.71º41.18%6.67%-
XYZ0.440.520.36-
YUV15.3125.01127.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=34.15%
G=41.46%
B=24.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1417100.1800.410.9385.7125.935.29
HexE11A120295D561a5
Octal16211222051135126325
Binary11101000110101001001010011011101101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,17,10); }

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

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

 a { background-color: rgb(14,17,10); }

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

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

 span { border-color: rgb(14,17,10); }

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