#0F1C09

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

Shades of Pine Tree #0F1C09

Tints of Pine Tree #0F1C09

Color information

#0F1C09 (or 0x0F1C09) is unknown color: approx Pine Tree. HEX triplet: 0F, 1C and 09. RGB value is (15,28,9). Sum of RGB (Red+Green+Blue) = 15+28+9=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C09 is #F0E3F6. Grayscale: #161616. Windows color (decimal): -15786999 or 597007. OLE color: 597007.

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

Color convert

RGB15289-
CMYK0.4600.680.89
HSL101.05º51.35%7.25%-
HSV(B)101.05º67.86%10.98%-
XYZ0.660.950.41-
YUV21.95120.69123.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.85%
GREEN value IS 28 (11.33% from 255) = 53.85%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=28.85%
G=53.85%
B=17.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152890.4600.680.89101.0551.357.25
HexF1C92E0445965337
Octal173411560104131145637
Binary11111110010011011100100010010110011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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