#0E1204

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

Shades of Pine Tree #0E1204

Tints of Pine Tree #0E1204

Color information

#0E1204 (or 0x0E1204) is unknown color: approx Pine Tree. HEX triplet: 0E, 12 and 04. RGB value is (14,18,4). Sum of RGB (Red+Green+Blue) = 14+18+4=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #0E1204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1204 is #F1EDFB. Grayscale: #0F0F0F. Windows color (decimal): -15855100 or 266766. OLE color: 266766.

HSL color Cylindrical-coordinate representation of color #0E1204: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E1204 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB14184-
CMYK0.2200.780.93
HSL77.14º63.64%4.31%-
HSV(B)77.14º77.78%7.06%-
XYZ0.420.530.2-
YUV15.21121.67127.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 38.89%
GREEN value IS 18 (7.42% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=38.89%
G=50%
B=11.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal141840.2200.780.9377.1463.644.31
HexE1241604E5D4d404
Octal162242601161351151004
Binary1110100101001011001001110101110110011011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,18,4); }

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

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

 a { background-color: rgb(14,18,4); }

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

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

 span { border-color: rgb(14,18,4); }

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