#0E1809

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

Shades of Pine Tree #0E1809

Tints of Pine Tree #0E1809

Color information

#0E1809 (or 0x0E1809) is unknown color: approx Pine Tree. HEX triplet: 0E, 18 and 09. RGB value is (14,24,9). Sum of RGB (Red+Green+Blue) = 14+24+9=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1809 is #F1E7F6. Grayscale: #131313. Windows color (decimal): -15853559 or 595982. OLE color: 595982.

HSL color Cylindrical-coordinate representation of color #0E1809: hue angle of 100º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1809 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB14249-
CMYK0.4200.630.91
HSL100º45.45%6.47%-
HSV(B)100º62.5%9.41%-
XYZ0.560.770.38-
YUV19.3122.19124.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=29.79%
G=51.06%
B=19.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142490.4200.630.9110045.456.47
HexE1892A03F5B642d6
Octal16301152077133144556
Binary1110110001001101010011111110110111100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,24,9); }

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

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

 a { background-color: rgb(14,24,9); }

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

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

 span { border-color: rgb(14,24,9); }

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