#0D1C01

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

Shades of Pine Tree #0D1C01

Tints of Pine Tree #0D1C01

Color information

#0D1C01 (or 0x0D1C01) is unknown color: approx Pine Tree. HEX triplet: 0D, 1C and 01. RGB value is (13,28,1). Sum of RGB (Red+Green+Blue) = 13+28+1=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C01 is #F2E3FE. Grayscale: #141414. Windows color (decimal): -15918079 or 72717. OLE color: 72717.

HSL color Cylindrical-coordinate representation of color #0D1C01: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D1C01 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB13281-
CMYK0.5400.960.89
HSL93.33º93.1%5.69%-
HSV(B)93.33º96.43%10.98%-
XYZ0.590.920.18-
YUV20.44117.03122.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 28 (11.33% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=30.95%
G=66.67%
B=2.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal132810.5400.960.8993.3393.15.69
HexD1C136060595d5d6
Octal153416601401311351356
Binary110111100111011001100000101100110111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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