#0F1508

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

Shades of Pine Tree #0F1508

Tints of Pine Tree #0F1508

Color information

#0F1508 (or 0x0F1508) is unknown color: approx Pine Tree. HEX triplet: 0F, 15 and 08. RGB value is (15,21,8). Sum of RGB (Red+Green+Blue) = 15+21+8=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1508 is #F0EAF7. Grayscale: #111111. Windows color (decimal): -15788792 or 529679. OLE color: 529679.

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

Color convert

RGB15218-
CMYK0.2900.620.92
HSL87.69º44.83%5.69%-
HSV(B)87.69º61.9%8.24%-
XYZ0.510.660.33-
YUV17.72122.51126.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 34.09%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=34.09%
G=47.73%
B=18.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal152180.2900.620.9287.6944.835.69
HexF1581D03E5C582d6
Octal17251035076134130556
Binary111110101100011101011111010111001011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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