#0F1809

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

Shades of Pine Tree #0F1809

Tints of Pine Tree #0F1809

Color information

#0F1809 (or 0x0F1809) is unknown color: approx Pine Tree. HEX triplet: 0F, 18 and 09. RGB value is (15,24,9). Sum of RGB (Red+Green+Blue) = 15+24+9=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1809 is #F0E7F6. Grayscale: #131313. Windows color (decimal): -15788023 or 595983. OLE color: 595983.

HSL color Cylindrical-coordinate representation of color #0F1809: hue angle of 96º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1809 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB15249-
CMYK0.3700.630.91
HSL96º45.45%6.47%-
HSV(B)96º62.5%9.41%-
XYZ0.570.770.38-
YUV19.6122.02124.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 24 (9.77% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=31.25%
G=50%
B=18.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152490.3700.630.919645.456.47
HexF1892503F5B602d6
Octal17301145077133140556
Binary1111110001001100101011111110110111100000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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