#0F1405

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

Shades of Pine Tree #0F1405

Tints of Pine Tree #0F1405

Color information

#0F1405 (or 0x0F1405) is unknown color: approx Pine Tree. HEX triplet: 0F, 14 and 05. RGB value is (15,20,5). Sum of RGB (Red+Green+Blue) = 15+20+5=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #0F1405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1405 is #F0EBFA. Grayscale: #101010. Windows color (decimal): -15789051 or 332815. OLE color: 332815.

HSL color Cylindrical-coordinate representation of color #0F1405: hue angle of 80º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F1405 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB15205-
CMYK0.2500.750.92
HSL80º60%4.9%-
HSV(B)80º75%7.84%-
XYZ0.470.610.24-
YUV16.79121.34126.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 37.5%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal152050.2500.750.9280604.9
HexF1451904B5C503c5
Octal17245310113134120745
Binary111110100101110010100101110111001010000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,20,5); }

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

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

 a { background-color: rgb(15,20,5); }

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

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

 span { border-color: rgb(15,20,5); }

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