#0D1401

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

Shades of Pine Tree #0D1401

Tints of Pine Tree #0D1401

Color information

#0D1401 (or 0x0D1401) is unknown color: approx Pine Tree. HEX triplet: 0D, 14 and 01. RGB value is (13,20,1). Sum of RGB (Red+Green+Blue) = 13+20+1=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1401 is #F2EBFE. Grayscale: #0F0F0F. Windows color (decimal): -15920127 or 70669. OLE color: 70669.

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

Color convert

RGB13201-
CMYK0.3500.950.92
HSL82.11º90.48%4.12%-
HSV(B)82.11º95%7.84%-
XYZ0.420.590.12-
YUV15.74119.68126.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 38.24%
GREEN value IS 20 (8.20% from 255) = 58.82%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=38.24%
G=58.82%
B=2.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal132010.3500.950.9282.1190.484.12
HexD1412305F5C525a4
Octal152414301371341221324
Binary110110100110001101011111101110010100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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