#0F1F01

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

Shades of Pine Tree #0F1F01

Tints of Pine Tree #0F1F01

Color information

#0F1F01 (or 0x0F1F01) is unknown color: approx Pine Tree. HEX triplet: 0F, 1F and 01. RGB value is (15,31,1). Sum of RGB (Red+Green+Blue) = 15+31+1=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F01 is #F0E0FE. Grayscale: #161616. Windows color (decimal): -15786239 or 73487. OLE color: 73487.

HSL color Cylindrical-coordinate representation of color #0F1F01: hue angle of 92º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F1F01 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB15311-
CMYK0.5200.970.88
HSL92º93.75%6.27%-
HSV(B)92º96.77%12.16%-
XYZ0.691.080.2-
YUV22.8115.7122.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 31 (12.5% from 255) = 65.96%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=31.91%
G=65.96%
B=2.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal153110.5200.970.889293.756.27
HexF1F134061585c5e6
Octal173716401411301341366
Binary111111111111010001100001101100010111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,1); }

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

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

 a { background-color: rgb(15,31,1); }

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

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

 span { border-color: rgb(15,31,1); }

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