#0F1609

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

Shades of Pine Tree #0F1609

Tints of Pine Tree #0F1609

Color information

#0F1609 (or 0x0F1609) is unknown color: approx Pine Tree. HEX triplet: 0F, 16 and 09. RGB value is (15,22,9). Sum of RGB (Red+Green+Blue) = 15+22+9=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1609 is #F0E9F6. Grayscale: #121212. Windows color (decimal): -15788535 or 595471. OLE color: 595471.

HSL color Cylindrical-coordinate representation of color #0F1609: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F1609 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB15229-
CMYK0.3200.590.91
HSL92.31º41.94%6.08%-
HSV(B)92.31º59.09%8.63%-
XYZ0.530.70.36-
YUV18.42122.68125.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=32.61%
G=47.83%
B=19.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152290.3200.590.9192.3141.946.08
HexF1692003B5B5c2a6
Octal17261140073133134526
Binary1111101101001100000011101110110111011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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