#0F150B

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

Shades of Pine Tree #0F150B

Tints of Pine Tree #0F150B

Color information

#0F150B (or 0x0F150B) is unknown color: approx Pine Tree. HEX triplet: 0F, 15 and 0B. RGB value is (15,21,11). Sum of RGB (Red+Green+Blue) = 15+21+11=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150B is #F0EAF4. Grayscale: #121212. Windows color (decimal): -15788789 or 726287. OLE color: 726287.

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

Color convert

RGB152111-
CMYK0.2900.480.92
HSL96º31.25%6.27%-
HSV(B)96º47.62%8.24%-
XYZ0.530.660.42-
YUV18.07124.01125.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 21 (8.59% from 255) = 44.68%
BLUE value IS 11 (4.69% from 255) = 23.40%
R=31.91%
G=44.68%
B=23.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1521110.2900.480.929631.256.27
HexF15B1D0305C601f6
Octal17251335060134140376
Binary11111010110111110101100001011100110000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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