#0D100C

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

Shades of Pine Tree #0D100C

Tints of Pine Tree #0D100C

Color information

#0D100C (or 0x0D100C) is unknown color: approx Pine Tree. HEX triplet: 0D, 10 and 0C. RGB value is (13,16,12). Sum of RGB (Red+Green+Blue) = 13+16+12=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 16 - color contains mainly: green. Hex color #0D100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D100C is #F2EFF3. Grayscale: #0E0E0E. Windows color (decimal): -15921140 or 790541. OLE color: 790541.

HSL color Cylindrical-coordinate representation of color #0D100C: hue angle of 105º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0D100C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB131612-
CMYK0.1900.250.94
HSL105º14.29%5.49%-
HSV(B)105º25%6.27%-
XYZ0.420.480.42-
YUV14.65126.51126.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=31.71%
G=39.02%
B=29.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1316120.1900.250.9410514.295.49
HexD10C130195E69e5
Octal15201423031136151165
Binary110110000110010011011001101111011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,16,12); }

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

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

 a { background-color: rgb(13,16,12); }

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

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

 span { border-color: rgb(13,16,12); }

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