#0E110C

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

Shades of Pine Tree #0E110C

Tints of Pine Tree #0E110C

Color information

#0E110C (or 0x0E110C) is unknown color: approx Pine Tree. HEX triplet: 0E, 11 and 0C. RGB value is (14,17,12). Sum of RGB (Red+Green+Blue) = 14+17+12=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110C is #F1EEF3. Grayscale: #0F0F0F. Windows color (decimal): -15855348 or 790798. OLE color: 790798.

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

Color convert

RGB141712-
CMYK0.1800.290.93
HSL96º17.24%5.69%-
HSV(B)96º29.41%6.67%-
XYZ0.450.520.42-
YUV15.53126.01126.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=32.56%
G=39.53%
B=27.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1417120.1800.290.939617.245.69
HexE11C1201D5D60116
Octal16211422035135140216
Binary1110100011100100100111011011101110000010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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