#0D1606

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

Shades of Pine Tree #0D1606

Tints of Pine Tree #0D1606

Color information

#0D1606 (or 0x0D1606) is unknown color: approx Pine Tree. HEX triplet: 0D, 16 and 06. RGB value is (13,22,6). Sum of RGB (Red+Green+Blue) = 13+22+6=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1606 is #F2E9F9. Grayscale: #111111. Windows color (decimal): -15919610 or 398861. OLE color: 398861.

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

Color convert

RGB13226-
CMYK0.4100.730.91
HSL93.75º57.14%5.49%-
HSV(B)93.75º72.73%8.63%-
XYZ0.490.670.28-
YUV17.48121.52124.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=31.71%
G=53.66%
B=14.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132260.4100.730.9193.7557.145.49
HexD166290495B5e395
Octal15266510111133136715
Binary1101101101101010010100100110110111011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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