#0D1202

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

Shades of Pine Tree #0D1202

Tints of Pine Tree #0D1202

Color information

#0D1202 (or 0x0D1202) is unknown color: approx Pine Tree. HEX triplet: 0D, 12 and 02. RGB value is (13,18,2). Sum of RGB (Red+Green+Blue) = 13+18+2=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1202 is #F2EDFD. Grayscale: #0E0E0E. Windows color (decimal): -15920638 or 135693. OLE color: 135693.

HSL color Cylindrical-coordinate representation of color #0D1202: hue angle of 78.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1202 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB13182-
CMYK0.2800.890.93
HSL78.75º80%3.92%-
HSV(B)78.75º88.89%7.06%-
XYZ0.390.520.14-
YUV14.68120.84126.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 39.39%
GREEN value IS 18 (7.42% from 255) = 54.55%
BLUE value IS 2 (1.17% from 255) = 6.06%
R=39.39%
G=54.55%
B=6.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal131820.2800.890.9378.75803.92
HexD1221C0595D4f504
Octal152223401311351171204
Binary110110010101110001011001101110110011111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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