#0E1804

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

Shades of Pine Tree #0E1804

Tints of Pine Tree #0E1804

Color information

#0E1804 (or 0x0E1804) is unknown color: approx Pine Tree. HEX triplet: 0E, 18 and 04. RGB value is (14,24,4). Sum of RGB (Red+Green+Blue) = 14+24+4=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1804 is #F1E7FB. Grayscale: #121212. Windows color (decimal): -15853564 or 268302. OLE color: 268302.

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

Color convert

RGB14244-
CMYK0.4200.830.91
HSL90º71.43%5.49%-
HSV(B)90º83.33%9.41%-
XYZ0.530.760.23-
YUV18.73119.69124.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=33.33%
G=57.14%
B=9.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal142440.4200.830.919071.435.49
HexE1842A0535B5a475
Octal163045201231331321075
Binary11101100010010101001010011101101110110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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