#0F1D07

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

Shades of Pine Tree #0F1D07

Tints of Pine Tree #0F1D07

Color information

#0F1D07 (or 0x0F1D07) is unknown color: approx Pine Tree. HEX triplet: 0F, 1D and 07. RGB value is (15,29,7). Sum of RGB (Red+Green+Blue) = 15+29+7=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D07 is #F0E2F8. Grayscale: #161616. Windows color (decimal): -15786745 or 466191. OLE color: 466191.

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

Color convert

RGB15297-
CMYK0.4800.760.89
HSL98.18º61.11%7.06%-
HSV(B)98.18º75.86%11.37%-
XYZ0.6710.36-
YUV22.31119.36122.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=29.41%
G=56.86%
B=13.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152970.4800.760.8998.1861.117.06
HexF1D73004C59623d7
Octal17357600114131142757
Binary1111111011111100000100110010110011100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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