#0E1A09

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

Shades of Pine Tree #0E1A09

Tints of Pine Tree #0E1A09

Color information

#0E1A09 (or 0x0E1A09) is unknown color: approx Pine Tree. HEX triplet: 0E, 1A and 09. RGB value is (14,26,9). Sum of RGB (Red+Green+Blue) = 14+26+9=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A09 is #F1E5F6. Grayscale: #141414. Windows color (decimal): -15853047 or 596494. OLE color: 596494.

HSL color Cylindrical-coordinate representation of color #0E1A09: hue angle of 102.35º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E1A09 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB14269-
CMYK0.4600.650.90
HSL102.35º48.57%6.86%-
HSV(B)102.35º65.38%10.2%-
XYZ0.60.850.39-
YUV20.47121.52123.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 26 (10.55% from 255) = 53.06%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=28.57%
G=53.06%
B=18.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal142690.4600.650.90102.3548.576.86
HexE1A92E0415A66317
Octal163211560101132146617
Binary11101101010011011100100000110110101100110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,26,9); }

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

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

 a { background-color: rgb(14,26,9); }

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

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

 span { border-color: rgb(14,26,9); }

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