#0E140A

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

Shades of Pine Tree #0E140A

Tints of Pine Tree #0E140A

Color information

#0E140A (or 0x0E140A) is unknown color: approx Pine Tree. HEX triplet: 0E, 14 and 0A. RGB value is (14,20,10). Sum of RGB (Red+Green+Blue) = 14+20+10=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140A is #F1EBF5. Grayscale: #111111. Windows color (decimal): -15854582 or 660494. OLE color: 660494.

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

Color convert

RGB142010-
CMYK0.3000.500.92
HSL96º33.33%5.88%-
HSV(B)96º50%7.84%-
XYZ0.490.620.38-
YUV17.07124.01125.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.82%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=31.82%
G=45.45%
B=22.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1420100.3000.500.929633.335.88
HexE14A1E0325C60216
Octal16241236062134140416
Binary111010100101011110011001010111001100000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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