#0F1605

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

Shades of Pine Tree #0F1605

Tints of Pine Tree #0F1605

Color information

#0F1605 (or 0x0F1605) is unknown color: approx Pine Tree. HEX triplet: 0F, 16 and 05. RGB value is (15,22,5). Sum of RGB (Red+Green+Blue) = 15+22+5=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1605 is #F0E9FA. Grayscale: #121212. Windows color (decimal): -15788539 or 333327. OLE color: 333327.

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

Color convert

RGB15225-
CMYK0.3200.770.91
HSL84.71º62.96%5.29%-
HSV(B)84.71º77.27%8.63%-
XYZ0.510.690.25-
YUV17.97120.68125.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 35.71%
GREEN value IS 22 (8.98% from 255) = 52.38%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=35.71%
G=52.38%
B=11.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152250.3200.770.9184.7162.965.29
HexF1652004D5B553f5
Octal17265400115133125775
Binary1111101101011000000100110110110111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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