#0D1103

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

Shades of Pine Tree #0D1103

Tints of Pine Tree #0D1103

Color information

#0D1103 (or 0x0D1103) is unknown color: approx Pine Tree. HEX triplet: 0D, 11 and 03. RGB value is (13,17,3). Sum of RGB (Red+Green+Blue) = 13+17+3=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #0D1103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1103 is #F2EEFC. Grayscale: #0E0E0E. Windows color (decimal): -15920893 or 200973. OLE color: 200973.

HSL color Cylindrical-coordinate representation of color #0D1103: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D1103 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.93.

Color convert

RGB13173-
CMYK0.2400.820.93
HSL77.14º70%3.92%-
HSV(B)77.14º82.35%6.67%-
XYZ0.380.490.16-
YUV14.21121.67127.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 39.39%
GREEN value IS 17 (7.03% from 255) = 51.52%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=39.39%
G=51.52%
B=9.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal131730.2400.820.9377.14703.92
HexD113180525D4d464
Octal152133001221351151064
Binary110110001111100001010010101110110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,3); }

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

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

 a { background-color: rgb(13,17,3); }

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

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

 span { border-color: rgb(13,17,3); }

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