#0F100D

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

Shades of Pine Tree #0F100D

Tints of Pine Tree #0F100D

Color information

#0F100D (or 0x0F100D) is unknown color: approx Pine Tree. HEX triplet: 0F, 10 and 0D. RGB value is (15,16,13). Sum of RGB (Red+Green+Blue) = 15+16+13=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100D is #F0EFF2. Grayscale: #0F0F0F. Windows color (decimal): -15790067 or 856079. OLE color: 856079.

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

Color convert

RGB151613-
CMYK0.0600.190.94
HSL80º10.34%5.69%-
HSV(B)80º18.75%6.27%-
XYZ0.450.50.45-
YUV15.36126.67127.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=34.09%
G=36.36%
B=29.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1516130.0600.190.948010.345.69
HexF10D60135E50a6
Octal1720156023136120126
Binary1111100001101110010011101111010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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