#0E1708

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

Shades of Pine Tree #0E1708

Tints of Pine Tree #0E1708

Color information

#0E1708 (or 0x0E1708) is unknown color: approx Pine Tree. HEX triplet: 0E, 17 and 08. RGB value is (14,23,8). Sum of RGB (Red+Green+Blue) = 14+23+8=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1708 is #F1E8F7. Grayscale: #121212. Windows color (decimal): -15853816 or 530190. OLE color: 530190.

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

Color convert

RGB14238-
CMYK0.3900.650.91
HSL96º48.39%6.08%-
HSV(B)96º65.22%9.02%-
XYZ0.530.720.34-
YUV18.6122.02124.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.11%
GREEN value IS 23 (9.38% from 255) = 51.11%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=31.11%
G=51.11%
B=17.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142380.3900.650.919648.396.08
HexE178270415B60306
Octal162710470101133140606
Binary11101011110001001110100000110110111100000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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