#0E1509

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

Shades of Pine Tree #0E1509

Tints of Pine Tree #0E1509

Color information

#0E1509 (or 0x0E1509) is unknown color: approx Pine Tree. HEX triplet: 0E, 15 and 09. RGB value is (14,21,9). Sum of RGB (Red+Green+Blue) = 14+21+9=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0E1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1509 is #F1EAF6. Grayscale: #111111. Windows color (decimal): -15854327 or 595214. OLE color: 595214.

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

Color convert

RGB14219-
CMYK0.3300.570.92
HSL95º40%5.88%-
HSV(B)95º57.14%8.24%-
XYZ0.50.650.36-
YUV17.54123.18125.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 31.82%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=31.82%
G=47.73%
B=20.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal142190.3300.570.9295405.88
HexE159210395C5f286
Octal16251141071134137506
Binary1110101011001100001011100110111001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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