#0E1609

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

Shades of Pine Tree #0E1609

Tints of Pine Tree #0E1609

Color information

#0E1609 (or 0x0E1609) is unknown color: approx Pine Tree. HEX triplet: 0E, 16 and 09. RGB value is (14,22,9). Sum of RGB (Red+Green+Blue) = 14+22+9=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1609 is #F1E9F6. Grayscale: #121212. Windows color (decimal): -15854071 or 595470. OLE color: 595470.

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

Color convert

RGB14229-
CMYK0.3600.590.91
HSL96.92º41.94%6.08%-
HSV(B)96.92º59.09%8.63%-
XYZ0.520.690.36-
YUV18.13122.85125.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 9 (3.91% from 255) = 20%
R=31.11%
G=48.89%
B=20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142290.3600.590.9196.9241.946.08
HexE1692403B5B612a6
Octal16261144073133141526
Binary1110101101001100100011101110110111100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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