#0F1D09

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

Shades of Pine Tree #0F1D09

Tints of Pine Tree #0F1D09

Color information

#0F1D09 (or 0x0F1D09) is unknown color: approx Pine Tree. HEX triplet: 0F, 1D and 09. RGB value is (15,29,9). Sum of RGB (Red+Green+Blue) = 15+29+9=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D09 is #F0E2F6. Grayscale: #161616. Windows color (decimal): -15786743 or 597263. OLE color: 597263.

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

Color convert

RGB15299-
CMYK0.4800.690.89
HSL102º52.63%7.45%-
HSV(B)102º68.97%11.37%-
XYZ0.6910.42-
YUV22.53120.36122.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=28.30%
G=54.72%
B=16.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152990.4800.690.8910252.637.45
HexF1D9300455966357
Octal173511600105131146657
Binary11111110110011100000100010110110011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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