#0E1705

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

Shades of Pine Tree #0E1705

Tints of Pine Tree #0E1705

Color information

#0E1705 (or 0x0E1705) is unknown color: approx Pine Tree. HEX triplet: 0E, 17 and 05. RGB value is (14,23,5). Sum of RGB (Red+Green+Blue) = 14+23+5=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1705 is #F1E8FA. Grayscale: #121212. Windows color (decimal): -15853819 or 333582. OLE color: 333582.

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

Color convert

RGB14235-
CMYK0.3900.780.91
HSL90º64.29%5.49%-
HSV(B)90º78.26%9.02%-
XYZ0.510.720.25-
YUV18.26120.52124.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 54.76%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=33.33%
G=54.76%
B=11.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142350.3900.780.919064.295.49
HexE1752704E5B5a405
Octal162754701161331321005
Binary11101011110110011101001110101101110110101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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