#0F160C

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

Shades of Pine Tree #0F160C

Tints of Pine Tree #0F160C

Color information

#0F160C (or 0x0F160C) is unknown color: approx Pine Tree. HEX triplet: 0F, 16 and 0C. RGB value is (15,22,12). Sum of RGB (Red+Green+Blue) = 15+22+12=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #0F160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F160C is #F0E9F3. Grayscale: #121212. Windows color (decimal): -15788532 or 792079. OLE color: 792079.

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

Color convert

RGB152212-
CMYK0.3200.450.91
HSL102º29.41%6.67%-
HSV(B)102º45.45%8.63%-
XYZ0.550.70.45-
YUV18.77124.18125.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=30.61%
G=44.90%
B=24.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1522120.3200.450.9110229.416.67
HexF16C2002D5B661d7
Octal17261440055133146357
Binary111110110110010000001011011011011110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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