#0F1C03

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

Shades of Pine Tree #0F1C03

Tints of Pine Tree #0F1C03

Color information

#0F1C03 (or 0x0F1C03) is unknown color: approx Pine Tree. HEX triplet: 0F, 1C and 03. RGB value is (15,28,3). Sum of RGB (Red+Green+Blue) = 15+28+3=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C03 is #F0E3FC. Grayscale: #151515. Windows color (decimal): -15787005 or 203791. OLE color: 203791.

HSL color Cylindrical-coordinate representation of color #0F1C03: hue angle of 91.2º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1C03 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB15283-
CMYK0.4600.890.89
HSL91.2º80.65%6.08%-
HSV(B)91.2º89.29%10.98%-
XYZ0.630.940.23-
YUV21.26117.69123.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 28 (11.33% from 255) = 60.87%
BLUE value IS 3 (1.56% from 255) = 6.52%
R=32.61%
G=60.87%
B=6.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal152830.4600.890.8991.280.656.08
HexF1C32E059595b516
Octal173435601311311331216
Binary1111111001110111001011001101100110110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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