#0F1909

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

Shades of Pine Tree #0F1909

Tints of Pine Tree #0F1909

Color information

#0F1909 (or 0x0F1909) is unknown color: approx Pine Tree. HEX triplet: 0F, 19 and 09. RGB value is (15,25,9). Sum of RGB (Red+Green+Blue) = 15+25+9=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1909 is #F0E6F6. Grayscale: #141414. Windows color (decimal): -15787767 or 596239. OLE color: 596239.

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

Color convert

RGB15259-
CMYK0.4000.640.90
HSL97.5º47.06%6.67%-
HSV(B)97.5º64%9.8%-
XYZ0.590.820.38-
YUV20.19121.69124.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=30.61%
G=51.02%
B=18.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal152590.4000.640.9097.547.066.67
HexF199280405A622f7
Octal173111500100132142577
Binary11111100110011010000100000010110101100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,25,9); }

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

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

 a { background-color: rgb(15,25,9); }

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

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

 span { border-color: rgb(15,25,9); }

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