#0D1607

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

Shades of Pine Tree #0D1607

Tints of Pine Tree #0D1607

Color information

#0D1607 (or 0x0D1607) is unknown color: approx Pine Tree. HEX triplet: 0D, 16 and 07. RGB value is (13,22,7). Sum of RGB (Red+Green+Blue) = 13+22+7=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1607 is #F2E9F8. Grayscale: #111111. Windows color (decimal): -15919609 or 464397. OLE color: 464397.

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

Color convert

RGB13227-
CMYK0.4100.680.91
HSL96º51.72%5.69%-
HSV(B)96º68.18%8.63%-
XYZ0.490.670.31-
YUV17.6122.02124.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 22 (8.98% from 255) = 52.38%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=30.95%
G=52.38%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132270.4100.680.919651.725.69
HexD167290445B60346
Octal15267510104133140646
Binary1101101101111010010100010010110111100000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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