#0D1009

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

Shades of Pine Tree #0D1009

Tints of Pine Tree #0D1009

Color information

#0D1009 (or 0x0D1009) is unknown color: approx Pine Tree. HEX triplet: 0D, 10 and 09. RGB value is (13,16,9). Sum of RGB (Red+Green+Blue) = 13+16+9=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1009 is #F2EFF6. Grayscale: #0E0E0E. Windows color (decimal): -15921143 or 593933. OLE color: 593933.

HSL color Cylindrical-coordinate representation of color #0D1009: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0D1009 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB13169-
CMYK0.1900.440.94
HSL85.71º28%4.9%-
HSV(B)85.71º43.75%6.27%-
XYZ0.40.480.33-
YUV14.3125.01127.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 34.21%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=34.21%
G=42.11%
B=23.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal131690.1900.440.9485.71284.9
HexD1091302C5E561c5
Octal15201123054136126345
Binary11011000010011001101011001011110101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,16,9); }

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

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

 a { background-color: rgb(13,16,9); }

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

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

 span { border-color: rgb(13,16,9); }

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