#0E1504

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

Shades of Pine Tree #0E1504

Tints of Pine Tree #0E1504

Color information

#0E1504 (or 0x0E1504) is unknown color: approx Pine Tree. HEX triplet: 0E, 15 and 04. RGB value is (14,21,4). Sum of RGB (Red+Green+Blue) = 14+21+4=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1504 is #F1EAFB. Grayscale: #111111. Windows color (decimal): -15854332 or 267534. OLE color: 267534.

HSL color Cylindrical-coordinate representation of color #0E1504: hue angle of 84.71º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E1504 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB14214-
CMYK0.3300.810.92
HSL84.71º68%4.9%-
HSV(B)84.71º80.95%8.24%-
XYZ0.470.640.21-
YUV16.97120.68125.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35.90%
GREEN value IS 21 (8.59% from 255) = 53.85%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=35.90%
G=53.85%
B=10.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal142140.3300.810.9284.71684.9
HexE154210515C55445
Octal162544101211341251045
Binary11101010110010000101010001101110010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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