#0F140D

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

Shades of Pine Tree #0F140D

Tints of Pine Tree #0F140D

Color information

#0F140D (or 0x0F140D) is unknown color: approx Pine Tree. HEX triplet: 0F, 14 and 0D. RGB value is (15,20,13). Sum of RGB (Red+Green+Blue) = 15+20+13=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #0F140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F140D is #F0EBF2. Grayscale: #111111. Windows color (decimal): -15789043 or 857103. OLE color: 857103.

HSL color Cylindrical-coordinate representation of color #0F140D: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F140D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB152013-
CMYK0.2500.350.92
HSL102.86º21.21%6.47%-
HSV(B)102.86º35%7.84%-
XYZ0.520.630.48-
YUV17.71125.34126.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=31.25%
G=41.67%
B=27.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1520130.2500.350.92102.8621.216.47
HexF14D190235C67156
Octal17241531043134147256
Binary11111010011011100101000111011100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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