#0D1403

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

Shades of Pine Tree #0D1403

Tints of Pine Tree #0D1403

Color information

#0D1403 (or 0x0D1403) is unknown color: approx Pine Tree. HEX triplet: 0D, 14 and 03. RGB value is (13,20,3). Sum of RGB (Red+Green+Blue) = 13+20+3=36 (4% of max value = 765). Red value is 13 (5.47% from 255 or 36.11% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1403 is #F2EBFC. Grayscale: #101010. Windows color (decimal): -15920125 or 201741. OLE color: 201741.

HSL color Cylindrical-coordinate representation of color #0D1403: hue angle of 84.71º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1403 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB13203-
CMYK0.3500.850.92
HSL84.71º73.91%4.51%-
HSV(B)84.71º85%7.84%-
XYZ0.430.590.18-
YUV15.97120.68125.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 36.11%
GREEN value IS 20 (8.20% from 255) = 55.56%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=36.11%
G=55.56%
B=8.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal132030.3500.850.9284.7173.914.51
HexD143230555C554a5
Octal152434301251341251125
Binary1101101001110001101010101101110010101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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