#0F1509

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

Shades of Pine Tree #0F1509

Tints of Pine Tree #0F1509

Color information

#0F1509 (or 0x0F1509) is unknown color: approx Pine Tree. HEX triplet: 0F, 15 and 09. RGB value is (15,21,9). Sum of RGB (Red+Green+Blue) = 15+21+9=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1509 is #F0EAF6. Grayscale: #111111. Windows color (decimal): -15788791 or 595215. OLE color: 595215.

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

Color convert

RGB15219-
CMYK0.2900.570.92
HSL90º40%5.88%-
HSV(B)90º57.14%8.24%-
XYZ0.510.660.36-
YUV17.84123.01125.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 9 (3.91% from 255) = 20%
R=33.33%
G=46.67%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal152190.2900.570.9290405.88
HexF1591D0395C5a286
Octal17251135071134132506
Binary111110101100111101011100110111001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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