#0F140C

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

Shades of Pine Tree #0F140C

Tints of Pine Tree #0F140C

Color information

#0F140C (or 0x0F140C) is unknown color: approx Pine Tree. HEX triplet: 0F, 14 and 0C. RGB value is (15,20,12). Sum of RGB (Red+Green+Blue) = 15+20+12=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #0F140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F140C is #F0EBF3. Grayscale: #111111. Windows color (decimal): -15789044 or 791567. OLE color: 791567.

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

Color convert

RGB152012-
CMYK0.2500.400.92
HSL97.5º25%6.27%-
HSV(B)97.5º40%7.84%-
XYZ0.510.630.44-
YUV17.59124.84126.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=31.91%
G=42.55%
B=25.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1520120.2500.400.9297.5256.27
HexF14C190285C62196
Octal17241431050134142316
Binary11111010011001100101010001011100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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