#0F1604

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

Shades of Pine Tree #0F1604

Tints of Pine Tree #0F1604

Color information

#0F1604 (or 0x0F1604) is unknown color: approx Pine Tree. HEX triplet: 0F, 16 and 04. RGB value is (15,22,4). Sum of RGB (Red+Green+Blue) = 15+22+4=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1604 is #F0E9FB. Grayscale: #111111. Windows color (decimal): -15788540 or 267791. OLE color: 267791.

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

Color convert

RGB15224-
CMYK0.3200.820.91
HSL83.33º69.23%5.1%-
HSV(B)83.33º81.82%8.63%-
XYZ0.510.680.22-
YUV17.86120.18125.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 36.59%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=36.59%
G=53.66%
B=9.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152240.3200.820.9183.3369.235.1
HexF164200525B53455
Octal172644001221331231055
Binary11111011010010000001010010101101110100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,4); }

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

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

 a { background-color: rgb(15,22,4); }

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

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

 span { border-color: rgb(15,22,4); }

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