#0F1D01

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

Shades of Pine Tree #0F1D01

Tints of Pine Tree #0F1D01

Color information

#0F1D01 (or 0x0F1D01) is unknown color: approx Pine Tree. HEX triplet: 0F, 1D and 01. RGB value is (15,29,1). Sum of RGB (Red+Green+Blue) = 15+29+1=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D01 is #F0E2FE. Grayscale: #151515. Windows color (decimal): -15786751 or 72975. OLE color: 72975.

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

Color convert

RGB15291-
CMYK0.4800.970.89
HSL90º93.33%5.88%-
HSV(B)90º96.55%11.37%-
XYZ0.640.980.18-
YUV21.62116.36123.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 64.44%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=33.33%
G=64.44%
B=2.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152910.4800.970.899093.335.88
HexF1D130061595a5d6
Octal173516001411311321356
Binary111111101111000001100001101100110110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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