#0E140B

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

Shades of Pine Tree #0E140B

Tints of Pine Tree #0E140B

Color information

#0E140B (or 0x0E140B) is unknown color: approx Pine Tree. HEX triplet: 0E, 14 and 0B. RGB value is (14,20,11). Sum of RGB (Red+Green+Blue) = 14+20+11=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140B is #F1EBF4. Grayscale: #111111. Windows color (decimal): -15854581 or 726030. OLE color: 726030.

HSL color Cylindrical-coordinate representation of color #0E140B: hue angle of 100º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0E140B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB142011-
CMYK0.3000.450.92
HSL100º29.03%6.08%-
HSV(B)100º45%7.84%-
XYZ0.490.620.41-
YUV17.18124.51125.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 20 (8.20% from 255) = 44.44%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=31.11%
G=44.44%
B=24.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1420110.3000.450.9210029.036.08
HexE14B1E02D5C641d6
Octal16241336055134144356
Binary11101010010111111001011011011100110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,11); }

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

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

 a { background-color: rgb(14,20,11); }

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

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

 span { border-color: rgb(14,20,11); }

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