#0D1602

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

Shades of Pine Tree #0D1602

Tints of Pine Tree #0D1602

Color information

#0D1602 (or 0x0D1602) is unknown color: approx Pine Tree. HEX triplet: 0D, 16 and 02. RGB value is (13,22,2). Sum of RGB (Red+Green+Blue) = 13+22+2=37 (4% of max value = 765). Red value is 13 (5.47% from 255 or 35.14% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1602 is #F2E9FD. Grayscale: #111111. Windows color (decimal): -15919614 or 136717. OLE color: 136717.

HSL color Cylindrical-coordinate representation of color #0D1602: hue angle of 87º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1602 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB13222-
CMYK0.4100.910.91
HSL87º83.33%4.71%-
HSV(B)87º90.91%8.63%-
XYZ0.460.660.16-
YUV17.03119.52125.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 35.14%
GREEN value IS 22 (8.98% from 255) = 59.46%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=35.14%
G=59.46%
B=5.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal132220.4100.910.918783.334.71
HexD1622905B5B57535
Octal152625101331331271235
Binary1101101101010100101011011101101110101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,2); }

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

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

 a { background-color: rgb(13,22,2); }

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

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

 span { border-color: rgb(13,22,2); }

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