#0E1706

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

Shades of Pine Tree #0E1706

Tints of Pine Tree #0E1706

Color information

#0E1706 (or 0x0E1706) is unknown color: approx Pine Tree. HEX triplet: 0E, 17 and 06. RGB value is (14,23,6). Sum of RGB (Red+Green+Blue) = 14+23+6=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1706 is #F1E8F9. Grayscale: #121212. Windows color (decimal): -15853818 or 399118. OLE color: 399118.

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

Color convert

RGB14236-
CMYK0.3900.740.91
HSL91.76º58.62%5.69%-
HSV(B)91.76º73.91%9.02%-
XYZ0.520.720.28-
YUV18.37121.02124.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 23 (9.38% from 255) = 53.49%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=32.56%
G=53.49%
B=13.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142360.3900.740.9191.7658.625.69
HexE1762704A5B5c3b6
Octal16276470112133134736
Binary1110101111101001110100101010110111011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,23,6); }

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

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

 a { background-color: rgb(14,23,6); }

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

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

 span { border-color: rgb(14,23,6); }

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