#0E1C04

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

Shades of Pine Tree #0E1C04

Tints of Pine Tree #0E1C04

Color information

#0E1C04 (or 0x0E1C04) is unknown color: approx Pine Tree. HEX triplet: 0E, 1C and 04. RGB value is (14,28,4). Sum of RGB (Red+Green+Blue) = 14+28+4=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C04 is #F1E3FB. Grayscale: #151515. Windows color (decimal): -15852540 or 269326. OLE color: 269326.

HSL color Cylindrical-coordinate representation of color #0E1C04: hue angle of 95º degrees, saturation: 0.75, 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 #0E1C04 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB14284-
CMYK0.5000.860.89
HSL95º75%6.27%-
HSV(B)95º85.71%10.98%-
XYZ0.620.930.26-
YUV21.08118.36122.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 28 (11.33% from 255) = 60.87%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=30.43%
G=60.87%
B=8.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142840.5000.860.8995756.27
HexE1C432056595f4b6
Octal163446201261311371136
Binary11101110010011001001010110101100110111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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