#0D1707

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

Shades of Pine Tree #0D1707

Tints of Pine Tree #0D1707

Color information

#0D1707 (or 0x0D1707) is unknown color: approx Pine Tree. HEX triplet: 0D, 17 and 07. RGB value is (13,23,7). Sum of RGB (Red+Green+Blue) = 13+23+7=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1707 is #F2E8F8. Grayscale: #121212. Windows color (decimal): -15919353 or 464653. OLE color: 464653.

HSL color Cylindrical-coordinate representation of color #0D1707: hue angle of 97.5º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D1707 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.

Color convert

RGB13237-
CMYK0.4300.700.91
HSL97.5º53.33%5.88%-
HSV(B)97.5º69.57%9.02%-
XYZ0.510.710.31-
YUV18.19121.69124.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.23%
GREEN value IS 23 (9.38% from 255) = 53.49%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=30.23%
G=53.49%
B=16.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132370.4300.700.9197.553.335.88
HexD1772B0465B62356
Octal15277530106133142656
Binary1101101111111010110100011010110111100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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