#0F1806

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

Shades of Pine Tree #0F1806

Tints of Pine Tree #0F1806

Color information

#0F1806 (or 0x0F1806) is unknown color: approx Pine Tree. HEX triplet: 0F, 18 and 06. RGB value is (15,24,6). Sum of RGB (Red+Green+Blue) = 15+24+6=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1806 is #F0E7F9. Grayscale: #131313. Windows color (decimal): -15788026 or 399375. OLE color: 399375.

HSL color Cylindrical-coordinate representation of color #0F1806: hue angle of 90º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F1806 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB15246-
CMYK0.3700.750.91
HSL90º60%5.88%-
HSV(B)90º75%9.41%-
XYZ0.560.770.29-
YUV19.26120.52124.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=33.33%
G=53.33%
B=13.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152460.3700.750.9190605.88
HexF1862504B5B5a3c6
Octal17306450113133132746
Binary1111110001101001010100101110110111011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,6); }

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

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

 a { background-color: rgb(15,24,6); }

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

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

 span { border-color: rgb(15,24,6); }

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