#0D1609

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

Shades of Pine Tree #0D1609

Tints of Pine Tree #0D1609

Color information

#0D1609 (or 0x0D1609) is unknown color: approx Pine Tree. HEX triplet: 0D, 16 and 09. RGB value is (13,22,9). Sum of RGB (Red+Green+Blue) = 13+22+9=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1609 is #F2E9F6. Grayscale: #111111. Windows color (decimal): -15919607 or 595469. OLE color: 595469.

HSL color Cylindrical-coordinate representation of color #0D1609: hue angle of 101.54º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D1609 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB13229-
CMYK0.4100.590.91
HSL101.54º41.94%6.08%-
HSV(B)101.54º59.09%8.63%-
XYZ0.50.680.36-
YUV17.83123.02124.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=29.55%
G=50%
B=20.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132290.4100.590.91101.5441.946.08
HexD1692903B5B662a6
Octal15261151073133146526
Binary1101101101001101001011101110110111100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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