#0E1908

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

Shades of Pine Tree #0E1908

Tints of Pine Tree #0E1908

Color information

#0E1908 (or 0x0E1908) is unknown color: approx Pine Tree. HEX triplet: 0E, 19 and 08. RGB value is (14,25,8). Sum of RGB (Red+Green+Blue) = 14+25+8=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1908 is #F1E6F7. Grayscale: #131313. Windows color (decimal): -15853304 or 530702. OLE color: 530702.

HSL color Cylindrical-coordinate representation of color #0E1908: hue angle of 98.82º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E1908 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.

Color convert

RGB14258-
CMYK0.4400.680.90
HSL98.82º51.52%6.47%-
HSV(B)98.82º68%9.8%-
XYZ0.570.810.36-
YUV19.77121.36123.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 25 (10.16% from 255) = 53.19%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=29.79%
G=53.19%
B=17.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal142580.4400.680.9098.8251.526.47
HexE1982C0445A63346
Octal163110540104132143646
Binary11101100110001011000100010010110101100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,8); }

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

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

 a { background-color: rgb(14,25,8); }

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

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

 span { border-color: rgb(14,25,8); }

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