#0F1801

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

Shades of Pine Tree #0F1801

Tints of Pine Tree #0F1801

Color information

#0F1801 (or 0x0F1801) is unknown color: approx Pine Tree. HEX triplet: 0F, 18 and 01. RGB value is (15,24,1). Sum of RGB (Red+Green+Blue) = 15+24+1=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1801 is #F0E7FE. Grayscale: #121212. Windows color (decimal): -15788031 or 71695. OLE color: 71695.

HSL color Cylindrical-coordinate representation of color #0F1801: hue angle of 83.48º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F1801 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB15241-
CMYK0.3700.960.91
HSL83.48º92%4.9%-
HSV(B)83.48º95.83%9.41%-
XYZ0.530.760.15-
YUV18.69118.02125.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 60%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=37.5%
G=60%
B=2.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152410.3700.960.9183.48924.9
HexF181250605B535c5
Octal173014501401331231345
Binary111111000110010101100000101101110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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