#0F1703

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

Shades of Pine Tree #0F1703

Tints of Pine Tree #0F1703

Color information

#0F1703 (or 0x0F1703) is unknown color: approx Pine Tree. HEX triplet: 0F, 17 and 03. RGB value is (15,23,3). Sum of RGB (Red+Green+Blue) = 15+23+3=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1703 is #F0E8FC. Grayscale: #121212. Windows color (decimal): -15788285 or 202511. OLE color: 202511.

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

Color convert

RGB15233-
CMYK0.3500.870.91
HSL84º76.92%5.1%-
HSV(B)84º86.96%9.02%-
XYZ0.520.720.2-
YUV18.33119.35125.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 36.59%
GREEN value IS 23 (9.38% from 255) = 56.10%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=36.59%
G=56.10%
B=7.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal152330.3500.870.918476.925.1
HexF173230575B544d5
Octal172734301271331241155
Binary1111101111110001101010111101101110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,23,3); }

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

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

 a { background-color: rgb(15,23,3); }

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

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

 span { border-color: rgb(15,23,3); }

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