#0D1A01

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

Shades of Pine Tree #0D1A01

Tints of Pine Tree #0D1A01

Color information

#0D1A01 (or 0x0D1A01) is unknown color: approx Pine Tree. HEX triplet: 0D, 1A and 01. RGB value is (13,26,1). Sum of RGB (Red+Green+Blue) = 13+26+1=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A01 is #F2E5FE. Grayscale: #131313. Windows color (decimal): -15918591 or 72205. OLE color: 72205.

HSL color Cylindrical-coordinate representation of color #0D1A01: hue angle of 91.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D1A01 is Cyan = 0.5, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB13261-
CMYK0.500.960.90
HSL91.2º92.59%5.29%-
HSV(B)91.2º96.15%10.2%-
XYZ0.540.830.16-
YUV19.26117.69123.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 32.5%
GREEN value IS 26 (10.55% from 255) = 65%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=32.5%
G=65%
B=2.5%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal132610.500.960.9091.292.595.29
HexD1A1320605A5b5d5
Octal153216201401321331355
Binary110111010111001001100000101101010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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