#0D1705

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

Shades of Pine Tree #0D1705

Tints of Pine Tree #0D1705

Color information

#0D1705 (or 0x0D1705) is unknown color: approx Pine Tree. HEX triplet: 0D, 17 and 05. RGB value is (13,23,5). Sum of RGB (Red+Green+Blue) = 13+23+5=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1705 is #F2E8FA. Grayscale: #121212. Windows color (decimal): -15919355 or 333581. OLE color: 333581.

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

Color convert

RGB13235-
CMYK0.4300.780.91
HSL93.33º64.29%5.49%-
HSV(B)93.33º78.26%9.02%-
XYZ0.50.710.25-
YUV17.96120.69124.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 23 (9.38% from 255) = 56.10%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=31.71%
G=56.10%
B=12.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132350.4300.780.9193.3364.295.49
HexD1752B04E5B5d405
Octal152755301161331351005
Binary11011011110110101101001110101101110111011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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