#0F160A

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

Shades of Pine Tree #0F160A

Tints of Pine Tree #0F160A

Color information

#0F160A (or 0x0F160A) is unknown color: approx Pine Tree. HEX triplet: 0F, 16 and 0A. RGB value is (15,22,10). Sum of RGB (Red+Green+Blue) = 15+22+10=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #0F160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F160A is #F0E9F5. Grayscale: #121212. Windows color (decimal): -15788534 or 661007. OLE color: 661007.

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

Color convert

RGB152210-
CMYK0.3200.550.91
HSL95º37.5%6.27%-
HSV(B)95º54.55%8.63%-
XYZ0.540.70.39-
YUV18.54123.18125.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 22 (8.98% from 255) = 46.81%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=31.91%
G=46.81%
B=21.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1522100.3200.550.919537.56.27
HexF16A200375B5f266
Octal17261240067133137466
Binary1111101101010100000011011110110111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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