#0E1900

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

Shades of Pine Tree #0E1900

Tints of Pine Tree #0E1900

Color information

#0E1900 (or 0x0E1900) is unknown color: approx Pine Tree. HEX triplet: 0E, 19 and 00. RGB value is (14,25,0). Sum of RGB (Red+Green+Blue) = 14+25+0=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 25 (10.16% from 255 or 64.10% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1900 is #F1E6FF. Grayscale: #121212. Windows color (decimal): -15853312 or 6414. OLE color: 6414.

HSL color Cylindrical-coordinate representation of color #0E1900: hue angle of 86.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E1900 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB14250-
CMYK0.44010.90
HSL86.4º100%4.9%-
HSV(B)86.4º100%9.8%-
XYZ0.530.790.12-
YUV18.86117.36124.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35.90%
GREEN value IS 25 (10.16% from 255) = 64.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.90%
G=64.10%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal142500.44010.9086.41004.9
HexE1902C0645A56645
Octal163105401441321261445
Binary111011001010110001100100101101010101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,0); }

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

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

 a { background-color: rgb(14,25,0); }

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

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

 span { border-color: rgb(14,25,0); }

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