#0E1D04

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

Shades of Pine Tree #0E1D04

Tints of Pine Tree #0E1D04

Color information

#0E1D04 (or 0x0E1D04) is unknown color: approx Pine Tree. HEX triplet: 0E, 1D and 04. RGB value is (14,29,4). Sum of RGB (Red+Green+Blue) = 14+29+4=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D04 is #F1E2FB. Grayscale: #151515. Windows color (decimal): -15852284 or 269582. OLE color: 269582.

HSL color Cylindrical-coordinate representation of color #0E1D04: hue angle of 96º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1D04 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB14294-
CMYK0.5200.860.89
HSL96º75.76%6.47%-
HSV(B)96º86.21%11.37%-
XYZ0.640.980.27-
YUV21.66118.03122.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=29.79%
G=61.70%
B=8.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142940.5200.860.899675.766.47
HexE1D43405659604c6
Octal163546401261311401146
Binary11101110110011010001010110101100111000001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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