#0D1405

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

Shades of Pine Tree #0D1405

Tints of Pine Tree #0D1405

Color information

#0D1405 (or 0x0D1405) is unknown color: approx Pine Tree. HEX triplet: 0D, 14 and 05. RGB value is (13,20,5). Sum of RGB (Red+Green+Blue) = 13+20+5=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1405 is #F2EBFA. Grayscale: #101010. Windows color (decimal): -15920123 or 332813. OLE color: 332813.

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

Color convert

RGB13205-
CMYK0.3500.750.92
HSL88º60%4.9%-
HSV(B)88º75%7.84%-
XYZ0.440.60.24-
YUV16.2121.68125.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 34.21%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=34.21%
G=52.63%
B=13.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal132050.3500.750.9288604.9
HexD1452304B5C583c5
Octal15245430113134130745
Binary1101101001011000110100101110111001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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