#0F150A

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

Shades of Pine Tree #0F150A

Tints of Pine Tree #0F150A

Color information

#0F150A (or 0x0F150A) is unknown color: approx Pine Tree. HEX triplet: 0F, 15 and 0A. RGB value is (15,21,10). Sum of RGB (Red+Green+Blue) = 15+21+10=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150A is #F0EAF5. Grayscale: #111111. Windows color (decimal): -15788790 or 660751. OLE color: 660751.

HSL color Cylindrical-coordinate representation of color #0F150A: hue angle of 92.73º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F150A is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB152110-
CMYK0.2900.520.92
HSL92.73º35.48%6.08%-
HSV(B)92.73º52.38%8.24%-
XYZ0.520.660.39-
YUV17.95123.51125.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=32.61%
G=45.65%
B=21.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1521100.2900.520.9292.7335.486.08
HexF15A1D0345C5d236
Octal17251235064134135436
Binary111110101101011101011010010111001011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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