#0D1704

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

Shades of Pine Tree #0D1704

Tints of Pine Tree #0D1704

Color information

#0D1704 (or 0x0D1704) is unknown color: approx Pine Tree. HEX triplet: 0D, 17 and 04. RGB value is (13,23,4). Sum of RGB (Red+Green+Blue) = 13+23+4=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1704 is #F2E8FB. Grayscale: #111111. Windows color (decimal): -15919356 or 268045. OLE color: 268045.

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

Color convert

RGB13234-
CMYK0.4300.830.91
HSL91.58º70.37%5.29%-
HSV(B)91.58º82.61%9.02%-
XYZ0.490.710.23-
YUV17.84120.19124.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 32.5%
GREEN value IS 23 (9.38% from 255) = 57.5%
BLUE value IS 4 (1.95% from 255) = 10%
R=32.5%
G=57.5%
B=10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132340.4300.830.9191.5870.375.29
HexD1742B0535B5c465
Octal152745301231331341065
Binary11011011110010101101010011101101110111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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