#0F1C0A

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

Shades of Pine Tree #0F1C0A

Tints of Pine Tree #0F1C0A

Color information

#0F1C0A (or 0x0F1C0A) is unknown color: approx Pine Tree. HEX triplet: 0F, 1C and 0A. RGB value is (15,28,10). Sum of RGB (Red+Green+Blue) = 15+28+10=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C0A is #F0E3F5. Grayscale: #161616. Windows color (decimal): -15786998 or 662543. OLE color: 662543.

HSL color Cylindrical-coordinate representation of color #0F1C0A: hue angle of 103.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F1C0A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB152810-
CMYK0.4600.640.89
HSL103.33º47.37%7.45%-
HSV(B)103.33º64.29%10.98%-
XYZ0.670.950.44-
YUV22.06121.19122.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=28.30%
G=52.83%
B=18.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1528100.4600.640.89103.3347.377.45
HexF1CA2E04059672f7
Octal173412560100131147577
Binary11111110010101011100100000010110011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,10); }

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

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

 a { background-color: rgb(15,28,10); }

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

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

 span { border-color: rgb(15,28,10); }

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