#0E1805

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

Shades of Pine Tree #0E1805

Tints of Pine Tree #0E1805

Color information

#0E1805 (or 0x0E1805) is unknown color: approx Pine Tree. HEX triplet: 0E, 18 and 05. RGB value is (14,24,5). Sum of RGB (Red+Green+Blue) = 14+24+5=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1805 is #F1E7FA. Grayscale: #121212. Windows color (decimal): -15853563 or 333838. OLE color: 333838.

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

Color convert

RGB14245-
CMYK0.4200.790.91
HSL91.58º65.52%5.69%-
HSV(B)91.58º79.17%9.41%-
XYZ0.540.760.26-
YUV18.84120.19124.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 32.56%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 5 (2.34% from 255) = 11.63%
R=32.56%
G=55.81%
B=11.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142450.4200.790.9191.5865.525.69
HexE1852A04F5B5c426
Octal163055201171331341026
Binary11101100010110101001001111101101110111001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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