#0E1605

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

Shades of Pine Tree #0E1605

Tints of Pine Tree #0E1605

Color information

#0E1605 (or 0x0E1605) is unknown color: approx Pine Tree. HEX triplet: 0E, 16 and 05. RGB value is (14,22,5). Sum of RGB (Red+Green+Blue) = 14+22+5=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1605 is #F1E9FA. Grayscale: #111111. Windows color (decimal): -15854075 or 333326. OLE color: 333326.

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

Color convert

RGB14225-
CMYK0.3600.770.91
HSL88.24º62.96%5.29%-
HSV(B)88.24º77.27%8.63%-
XYZ0.50.680.25-
YUV17.67120.85125.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 34.15%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=34.15%
G=53.66%
B=12.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142250.3600.770.9188.2462.965.29
HexE1652404D5B583f5
Octal16265440115133130775
Binary1110101101011001000100110110110111011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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